[INFO] cloning repository https://github.com/MaxDude132/max_interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MaxDude132/max_interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxDude132%2Fmax_interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxDude132%2Fmax_interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 567cb3a0524382374036ebd61c3a179f73dd4554 [INFO] checking MaxDude132/max_interpreter/567cb3a0524382374036ebd61c3a179f73dd4554 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxDude132%2Fmax_interpreter" "/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/MaxDude132/max_interpreter on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MaxDude132/max_interpreter [INFO] finished tweaking git repo https://github.com/MaxDude132/max_interpreter [INFO] tweaked toml for git repo https://github.com/MaxDude132/max_interpreter written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/MaxDude132/max_interpreter 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16f6a4e0894a50408da2b252336de16bbbbdd4681853f34c5adda9ced71185bd [INFO] running `Command { std: "docker" "start" "-a" "16f6a4e0894a50408da2b252336de16bbbbdd4681853f34c5adda9ced71185bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16f6a4e0894a50408da2b252336de16bbbbdd4681853f34c5adda9ced71185bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16f6a4e0894a50408da2b252336de16bbbbdd4681853f34c5adda9ced71185bd", kill_on_drop: false }` [INFO] [stdout] 16f6a4e0894a50408da2b252336de16bbbbdd4681853f34c5adda9ced71185bd [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 154d3ba29bac99e64d96852739d22b79b3523f63a0e282ea699d05bf38f5ae96 [INFO] running `Command { std: "docker" "start" "-a" "154d3ba29bac99e64d96852739d22b79b3523f63a0e282ea699d05bf38f5ae96", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking max_interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `FunctionType` [INFO] [stdout] --> src/vm.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::compiler::{Compiler, FunctionType}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FunctionType` [INFO] [stdout] --> src/vm.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::compiler::{Compiler, FunctionType}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `OpTrue`, `OpFalse`, and `OpEof` are never constructed [INFO] [stdout] --> src/chunk.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum OpCode { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | OpTrue, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | OpFalse, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | OpEof, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpCode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `OpTrue`, `OpFalse`, and `OpEof` are never constructed [INFO] [stdout] --> src/chunk.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum OpCode { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | OpTrue, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | OpFalse, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | OpEof, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpCode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Method` is never constructed [INFO] [stdout] --> src/compiler.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 179 | pub enum FunctionType { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 182 | Method, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Method` is never constructed [INFO] [stdout] --> src/compiler.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 179 | pub enum FunctionType { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 182 | Method, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/object.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct FunctionInfo { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 41 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionInfo` 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 `name` is never read [INFO] [stdout] --> src/object.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct FunctionInfo { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 41 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionInfo` 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: variants `FloatNone`, `IntegerNone`, `StringNone`, `BoolNone`, and `FunctionNone` are never constructed [INFO] [stdout] --> src/scanner.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum TokenType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 47 | FloatNone, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 48 | IntegerNone, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 49 | StringNone, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 50 | BoolNone, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 51 | FunctionNone, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` 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: variants `FloatNone`, `IntegerNone`, `StringNone`, `BoolNone`, and `FunctionNone` are never constructed [INFO] [stdout] --> src/scanner.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum TokenType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 47 | FloatNone, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 48 | IntegerNone, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 49 | StringNone, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 50 | BoolNone, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 51 | FunctionNone, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` 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: method `get_none_type` is never used [INFO] [stdout] --> src/scanner.rs:144:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl TokenType { [INFO] [stdout] | -------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 144 | pub fn get_none_type(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_none_type` is never used [INFO] [stdout] --> src/scanner.rs:144:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl TokenType { [INFO] [stdout] | -------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 144 | pub fn get_none_type(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `FloatNone`, `IntegerNone`, `StringNone`, `BoolNone`, and `ObjFunctionNone` are never constructed [INFO] [stdout] --> src/value.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Value { [INFO] [stdout] | ----- variants in this enum [INFO] [stdout] 9 | Float(f64), [INFO] [stdout] 10 | FloatNone, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 11 | Integer(i64), [INFO] [stdout] 12 | IntegerNone, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 13 | String(String), [INFO] [stdout] 14 | StringNone, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | BoolNone, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 19 | ObjFunction(ObjFunction), [INFO] [stdout] 20 | ObjFunctionNone, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` 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: variants `FloatNone`, `IntegerNone`, `StringNone`, `BoolNone`, and `ObjFunctionNone` are never constructed [INFO] [stdout] --> src/value.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Value { [INFO] [stdout] | ----- variants in this enum [INFO] [stdout] 9 | Float(f64), [INFO] [stdout] 10 | FloatNone, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 11 | Integer(i64), [INFO] [stdout] 12 | IntegerNone, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 13 | String(String), [INFO] [stdout] 14 | StringNone, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | BoolNone, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 19 | ObjFunction(ObjFunction), [INFO] [stdout] 20 | ObjFunctionNone, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` 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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s [INFO] running `Command { std: "docker" "inspect" "154d3ba29bac99e64d96852739d22b79b3523f63a0e282ea699d05bf38f5ae96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "154d3ba29bac99e64d96852739d22b79b3523f63a0e282ea699d05bf38f5ae96", kill_on_drop: false }` [INFO] [stdout] 154d3ba29bac99e64d96852739d22b79b3523f63a0e282ea699d05bf38f5ae96