[INFO] cloning repository https://github.com/noghartt/nero [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noghartt/nero" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoghartt%2Fnero", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoghartt%2Fnero'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b601dfe7541f9b51b182581b75d54777654eba85 [INFO] checking noghartt/nero against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoghartt%2Fnero" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noghartt/nero on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noghartt/nero [INFO] finished tweaking git repo https://github.com/noghartt/nero [INFO] tweaked toml for git repo https://github.com/noghartt/nero written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/noghartt/nero 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c333d5cbd611d6e69abc867db2f57566ece9990730e4ed405891ca2ba9340783 [INFO] running `Command { std: "docker" "start" "-a" "c333d5cbd611d6e69abc867db2f57566ece9990730e4ed405891ca2ba9340783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c333d5cbd611d6e69abc867db2f57566ece9990730e4ed405891ca2ba9340783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c333d5cbd611d6e69abc867db2f57566ece9990730e4ed405891ca2ba9340783", kill_on_drop: false }` [INFO] [stdout] c333d5cbd611d6e69abc867db2f57566ece9990730e4ed405891ca2ba9340783 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe6cffdd2536e139e416f032ba8106c793aed236870b0fa2a87c291601ef130c [INFO] running `Command { std: "docker" "start" "-a" "fe6cffdd2536e139e416f032ba8106c793aed236870b0fa2a87c291601ef130c", kill_on_drop: false }` [INFO] [stderr] Checking nero v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 65 | PrimaryNode::Literal(token) => eval_literal(token), [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 66 | PrimaryNode::Paren { expr, lparen: _, rparen: _ } => expr.eval(), [INFO] [stdout] | ------------------------------------------------- matches some of the same values [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 65 | PrimaryNode::Literal(token) => eval_literal(token), [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 66 | PrimaryNode::Paren { expr, lparen: _, rparen: _ } => expr.eval(), [INFO] [stdout] | ------------------------------------------------- matches some of the same values [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Nil` is never constructed [INFO] [stdout] --> src/interpreter/value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Value { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 5 | Int(i64), [INFO] [stdout] 6 | Nil, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/lexer/tokens.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Lexeme { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 18 | pub start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | pub end: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Nil` is never constructed [INFO] [stdout] --> src/interpreter/value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Value { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 5 | Int(i64), [INFO] [stdout] 6 | Nil, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `lexeme` is never read [INFO] [stdout] --> src/lexer/tokens.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 24 | pub typ: TokenType, [INFO] [stdout] 25 | pub lexeme: Lexeme, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/lexer/tokens.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Lexeme { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 18 | pub start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | pub end: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `lparen` and `rparen` are never read [INFO] [stdout] --> src/parser/expr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 30 | Paren { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 31 | lparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 32 | rparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrimaryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `lexeme` is never read [INFO] [stdout] --> src/lexer/tokens.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 24 | pub typ: TokenType, [INFO] [stdout] 25 | pub lexeme: Lexeme, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `lparen` and `rparen` are never read [INFO] [stdout] --> src/parser/expr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 30 | Paren { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 31 | lparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 32 | rparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrimaryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] running `Command { std: "docker" "inspect" "fe6cffdd2536e139e416f032ba8106c793aed236870b0fa2a87c291601ef130c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe6cffdd2536e139e416f032ba8106c793aed236870b0fa2a87c291601ef130c", kill_on_drop: false }` [INFO] [stdout] fe6cffdd2536e139e416f032ba8106c793aed236870b0fa2a87c291601ef130c [INFO] checking noghartt/nero against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoghartt%2Fnero" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noghartt/nero on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noghartt/nero [INFO] finished tweaking git repo https://github.com/noghartt/nero [INFO] tweaked toml for git repo https://github.com/noghartt/nero written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/noghartt/nero 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9d6a7981f981528d7ba27f7b75c79b49ac55bdbc5a3958ba1528e4a40b18dd2 [INFO] running `Command { std: "docker" "start" "-a" "b9d6a7981f981528d7ba27f7b75c79b49ac55bdbc5a3958ba1528e4a40b18dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9d6a7981f981528d7ba27f7b75c79b49ac55bdbc5a3958ba1528e4a40b18dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9d6a7981f981528d7ba27f7b75c79b49ac55bdbc5a3958ba1528e4a40b18dd2", kill_on_drop: false }` [INFO] [stdout] b9d6a7981f981528d7ba27f7b75c79b49ac55bdbc5a3958ba1528e4a40b18dd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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 -Dtail_expr_drop_order" "-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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5427c71cfdf5c5aa773fcd18436a3cc2c455ec5a45cb3b5189b7e9eeabb5fd9c [INFO] running `Command { std: "docker" "start" "-a" "5427c71cfdf5c5aa773fcd18436a3cc2c455ec5a45cb3b5189b7e9eeabb5fd9c", kill_on_drop: false }` [INFO] [stderr] Checking nero v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 65 | PrimaryNode::Literal(token) => eval_literal(token), [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 66 | PrimaryNode::Paren { expr, lparen: _, rparen: _ } => expr.eval(), [INFO] [stdout] | ------------------------------------------------- matches some of the same values [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/interpreter/expr.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 65 | PrimaryNode::Literal(token) => eval_literal(token), [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 66 | PrimaryNode::Paren { expr, lparen: _, rparen: _ } => expr.eval(), [INFO] [stdout] | ------------------------------------------------- matches some of the same values [INFO] [stdout] 67 | _ => unreachable!(), [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Nil` is never constructed [INFO] [stdout] --> src/interpreter/value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Value { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 5 | Int(i64), [INFO] [stdout] 6 | Nil, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/lexer/tokens.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Lexeme { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 18 | pub start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | pub end: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Nil` is never constructed [INFO] [stdout] --> src/interpreter/value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Value { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 5 | Int(i64), [INFO] [stdout] 6 | Nil, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `lexeme` is never read [INFO] [stdout] --> src/lexer/tokens.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 24 | pub typ: TokenType, [INFO] [stdout] 25 | pub lexeme: Lexeme, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `lparen` and `rparen` are never read [INFO] [stdout] --> src/parser/expr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 30 | Paren { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 31 | lparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 32 | rparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrimaryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/lexer/tokens.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Lexeme { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 18 | pub start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | pub end: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `lexeme` is never read [INFO] [stdout] --> src/lexer/tokens.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 24 | pub typ: TokenType, [INFO] [stdout] 25 | pub lexeme: Lexeme, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `lparen` and `rparen` are never read [INFO] [stdout] --> src/parser/expr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 30 | Paren { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 31 | lparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 32 | rparen: Token, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrimaryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/expr.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn new(node: ExpressionNode) -> Box { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 12 | Box::new(Self { node }) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/expr.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn new(node: ExpressionNode) -> Box { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 12 | Box::new(Self { node }) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/expr.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 83 | let node = ExpressionNode::Primary(match &tokens.accept().typ { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 87 | let expr = expression(tokens)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 98 | Ok(Expression::new(node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/expr.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 83 | let node = ExpressionNode::Primary(match &tokens.accept().typ { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 87 | let expr = expression(tokens)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 98 | Ok(Expression::new(node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nero` (bin "nero" test) due to 3 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `nero` (bin "nero") due to 3 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5427c71cfdf5c5aa773fcd18436a3cc2c455ec5a45cb3b5189b7e9eeabb5fd9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5427c71cfdf5c5aa773fcd18436a3cc2c455ec5a45cb3b5189b7e9eeabb5fd9c", kill_on_drop: false }` [INFO] [stdout] 5427c71cfdf5c5aa773fcd18436a3cc2c455ec5a45cb3b5189b7e9eeabb5fd9c