[INFO] cloning repository https://github.com/blad-dev/FerrumVM [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blad-dev/FerrumVM" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblad-dev%2FFerrumVM", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblad-dev%2FFerrumVM'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 831ce842a8888fbfb96a1e0b099e018bdae4c44d [INFO] checking blad-dev/FerrumVM against master#2e6fc425411280c658d852813de01c5157255088 for pr-128013 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblad-dev%2FFerrumVM" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blad-dev/FerrumVM on toolchain 2e6fc425411280c658d852813de01c5157255088 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/blad-dev/FerrumVM [INFO] finished tweaking git repo https://github.com/blad-dev/FerrumVM [INFO] tweaked toml for git repo https://github.com/blad-dev/FerrumVM written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/blad-dev/FerrumVM 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" "+2e6fc425411280c658d852813de01c5157255088" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de75e5c3862ddeb9248ac5262b824d4a00c6083f4be0b55866296f2ff403ac53 [INFO] running `Command { std: "docker" "start" "-a" "de75e5c3862ddeb9248ac5262b824d4a00c6083f4be0b55866296f2ff403ac53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de75e5c3862ddeb9248ac5262b824d4a00c6083f4be0b55866296f2ff403ac53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de75e5c3862ddeb9248ac5262b824d4a00c6083f4be0b55866296f2ff403ac53", kill_on_drop: false }` [INFO] [stdout] de75e5c3862ddeb9248ac5262b824d4a00c6083f4be0b55866296f2ff403ac53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1122f1dbc6e4fbfb31e642b8112af3fbf1b1346876b07ce4dd01f53cec4db9bb [INFO] running `Command { std: "docker" "start" "-a" "1122f1dbc6e4fbfb31e642b8112af3fbf1b1346876b07ce4dd01f53cec4db9bb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking tests v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `num::traits::ToBytes` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use num::traits::ToBytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `traits::bounds::UpperBounded` [INFO] [stdout] --> src/main.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{cast::AsPrimitive, traits::bounds::UpperBounded}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hash_map` [INFO] [stdout] --> src/main.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::{hash_map, HashMap}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Output` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::process::Output; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::vec` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::vec; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `cast_type_to_type_same_size` [INFO] [stdout] --> src/main.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 65 | macro_rules! cast_type_to_type_same_size { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::traits::ToBytes` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use num::traits::ToBytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:358:16 [INFO] [stdout] | [INFO] [stdout] 358 | if (option.is_none()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 358 - if (option.is_none()) { [INFO] [stdout] 358 + if option.is_none() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:359:20 [INFO] [stdout] | [INFO] [stdout] 359 | if (prev_token >= 24 && prev_token <= 34) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 359 - if (prev_token >= 24 && prev_token <= 34) { [INFO] [stdout] 359 + if prev_token >= 24 && prev_token <= 34 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:366:24 [INFO] [stdout] | [INFO] [stdout] 366 | else if(prev_token >= 11 && prev_token <= 13){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 366 - else if(prev_token >= 11 && prev_token <= 13){ [INFO] [stdout] 366 + else if prev_token >= 11 && prev_token <= 13 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `cast_from_to_types` [INFO] [stdout] --> src/main.rs:599:14 [INFO] [stdout] | [INFO] [stdout] 599 | macro_rules! cast_from_to_types { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `traits::bounds::UpperBounded` [INFO] [stdout] --> src/main.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{cast::AsPrimitive, traits::bounds::UpperBounded}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hash_map` [INFO] [stdout] --> src/main.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::{hash_map, HashMap}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Output` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::process::Output; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::vec` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::vec; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `cast_type_to_type_same_size` [INFO] [stdout] --> src/main.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 65 | macro_rules! cast_type_to_type_same_size { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:358:16 [INFO] [stdout] | [INFO] [stdout] 358 | if (option.is_none()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 358 - if (option.is_none()) { [INFO] [stdout] 358 + if option.is_none() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:359:20 [INFO] [stdout] | [INFO] [stdout] 359 | if (prev_token >= 24 && prev_token <= 34) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 359 - if (prev_token >= 24 && prev_token <= 34) { [INFO] [stdout] 359 + if prev_token >= 24 && prev_token <= 34 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:366:24 [INFO] [stdout] | [INFO] [stdout] 366 | else if(prev_token >= 11 && prev_token <= 13){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 366 - else if(prev_token >= 11 && prev_token <= 13){ [INFO] [stdout] 366 + else if prev_token >= 11 && prev_token <= 13 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `cast_from_to_types` [INFO] [stdout] --> src/main.rs:599:14 [INFO] [stdout] | [INFO] [stdout] 599 | macro_rules! cast_from_to_types { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StackMachineUpper` is never used [INFO] [stdout] --> src/main.rs:1007:7 [INFO] [stdout] | [INFO] [stdout] 1007 | trait StackMachineUpper: StackMachine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tests` is never used [INFO] [stdout] --> src/main.rs:1061:4 [INFO] [stdout] | [INFO] [stdout] 1061 | fn tests() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test1` is never used [INFO] [stdout] --> src/main.rs:1070:4 [INFO] [stdout] | [INFO] [stdout] 1070 | fn test1() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test2` is never used [INFO] [stdout] --> src/main.rs:1091:4 [INFO] [stdout] | [INFO] [stdout] 1091 | fn test2() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test3` is never used [INFO] [stdout] --> src/main.rs:1123:4 [INFO] [stdout] | [INFO] [stdout] 1123 | fn test3() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StackMachineUpper` is never used [INFO] [stdout] --> src/main.rs:1007:7 [INFO] [stdout] | [INFO] [stdout] 1007 | trait StackMachineUpper: StackMachine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_and` is never used [INFO] [stdout] --> src/main.rs:1143:4 [INFO] [stdout] | [INFO] [stdout] 1143 | fn test_logic_and() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_or` is never used [INFO] [stdout] --> src/main.rs:1169:4 [INFO] [stdout] | [INFO] [stdout] 1169 | fn test_logic_or() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tests` is never used [INFO] [stdout] --> src/main.rs:1061:4 [INFO] [stdout] | [INFO] [stdout] 1061 | fn tests() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_not` is never used [INFO] [stdout] --> src/main.rs:1195:4 [INFO] [stdout] | [INFO] [stdout] 1195 | fn test_logic_not() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test1` is never used [INFO] [stdout] --> src/main.rs:1070:4 [INFO] [stdout] | [INFO] [stdout] 1070 | fn test1() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test2` is never used [INFO] [stdout] --> src/main.rs:1091:4 [INFO] [stdout] | [INFO] [stdout] 1091 | fn test2() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test3` is never used [INFO] [stdout] --> src/main.rs:1123:4 [INFO] [stdout] | [INFO] [stdout] 1123 | fn test3() -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_and` is never used [INFO] [stdout] --> src/main.rs:1143:4 [INFO] [stdout] | [INFO] [stdout] 1143 | fn test_logic_and() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `OFFSET` should have a snake case name [INFO] [stdout] --> src/main.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let OFFSET: isize = [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `offset` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_or` is never used [INFO] [stdout] --> src/main.rs:1169:4 [INFO] [stdout] | [INFO] [stdout] 1169 | fn test_logic_or() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | const Bool: u8 = Token::Bool as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_logic_not` is never used [INFO] [stdout] --> src/main.rs:1195:4 [INFO] [stdout] | [INFO] [stdout] 1195 | fn test_logic_not() -> () { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `do_Token` should have a snake case name [INFO] [stdout] --> src/main.rs:707:8 [INFO] [stdout] | [INFO] [stdout] 707 | fn do_Token(&mut self) -> () { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `do_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `OFFSET` should have a snake case name [INFO] [stdout] --> src/main.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let OFFSET: isize = [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `offset` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Token` should have a snake case name [INFO] [stdout] --> src/main.rs:708:13 [INFO] [stdout] | [INFO] [stdout] 708 | let Token = self.get::(); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | const Bool: u8 = Token::Bool as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Push` should have an upper case name [INFO] [stdout] --> src/main.rs:709:15 [INFO] [stdout] | [INFO] [stdout] 709 | const Push: u8 = Token::Push as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Pop` should have an upper case name [INFO] [stdout] --> src/main.rs:710:15 [INFO] [stdout] | [INFO] [stdout] 710 | const Pop: u8 = Token::Pop as u8; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `POP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Peek` should have an upper case name [INFO] [stdout] --> src/main.rs:711:15 [INFO] [stdout] | [INFO] [stdout] 711 | const Peek: u8 = Token::Peek as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PEEK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `do_Token` should have a snake case name [INFO] [stdout] --> src/main.rs:707:8 [INFO] [stdout] | [INFO] [stdout] 707 | fn do_Token(&mut self) -> () { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `do_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ClonePush` should have an upper case name [INFO] [stdout] --> src/main.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | const ClonePush: u8 = Token::ClonePush as u8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CLONE_PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Token` should have a snake case name [INFO] [stdout] --> src/main.rs:708:13 [INFO] [stdout] | [INFO] [stdout] 708 | let Token = self.get::(); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Add` should have an upper case name [INFO] [stdout] --> src/main.rs:713:15 [INFO] [stdout] | [INFO] [stdout] 713 | const Add: u8 = Token::Add as u8; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Push` should have an upper case name [INFO] [stdout] --> src/main.rs:709:15 [INFO] [stdout] | [INFO] [stdout] 709 | const Push: u8 = Token::Push as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Subtract` should have an upper case name [INFO] [stdout] --> src/main.rs:714:15 [INFO] [stdout] | [INFO] [stdout] 714 | const Subtract: u8 = Token::Subtract as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Pop` should have an upper case name [INFO] [stdout] --> src/main.rs:710:15 [INFO] [stdout] | [INFO] [stdout] 710 | const Pop: u8 = Token::Pop as u8; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `POP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Multiply` should have an upper case name [INFO] [stdout] --> src/main.rs:715:15 [INFO] [stdout] | [INFO] [stdout] 715 | const Multiply: u8 = Token::Multiply as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MULTIPLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Divide` should have an upper case name [INFO] [stdout] --> src/main.rs:716:15 [INFO] [stdout] | [INFO] [stdout] 716 | const Divide: u8 = Token::Divide as u8; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DIVIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Peek` should have an upper case name [INFO] [stdout] --> src/main.rs:711:15 [INFO] [stdout] | [INFO] [stdout] 711 | const Peek: u8 = Token::Peek as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PEEK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Store` should have an upper case name [INFO] [stdout] --> src/main.rs:717:15 [INFO] [stdout] | [INFO] [stdout] 717 | const Store: u8 = Token::Store as u8; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ClonePush` should have an upper case name [INFO] [stdout] --> src/main.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | const ClonePush: u8 = Token::ClonePush as u8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CLONE_PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PeekStore` should have an upper case name [INFO] [stdout] --> src/main.rs:718:15 [INFO] [stdout] | [INFO] [stdout] 718 | const PeekStore: u8 = Token::PeekStore as u8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PEEK_STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Add` should have an upper case name [INFO] [stdout] --> src/main.rs:713:15 [INFO] [stdout] | [INFO] [stdout] 713 | const Add: u8 = Token::Add as u8; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Subtract` should have an upper case name [INFO] [stdout] --> src/main.rs:714:15 [INFO] [stdout] | [INFO] [stdout] 714 | const Subtract: u8 = Token::Subtract as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Load` should have an upper case name [INFO] [stdout] --> src/main.rs:719:15 [INFO] [stdout] | [INFO] [stdout] 719 | const Load: u8 = Token::Load as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Multiply` should have an upper case name [INFO] [stdout] --> src/main.rs:715:15 [INFO] [stdout] | [INFO] [stdout] 715 | const Multiply: u8 = Token::Multiply as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MULTIPLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Divide` should have an upper case name [INFO] [stdout] --> src/main.rs:716:15 [INFO] [stdout] | [INFO] [stdout] 716 | const Divide: u8 = Token::Divide as u8; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DIVIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Goto` should have an upper case name [INFO] [stdout] --> src/main.rs:720:15 [INFO] [stdout] | [INFO] [stdout] 720 | const Goto: u8 = Token::Goto as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PopGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:721:15 [INFO] [stdout] | [INFO] [stdout] 721 | const PopGotoIfTrue: u8 = Token::PopGotoIfTrue as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `POP_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Store` should have an upper case name [INFO] [stdout] --> src/main.rs:717:15 [INFO] [stdout] | [INFO] [stdout] 717 | const Store: u8 = Token::Store as u8; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PeekGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:722:15 [INFO] [stdout] | [INFO] [stdout] 722 | const PeekGotoIfTrue: u8 = Token::PeekGotoIfTrue as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PEEK_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicAnd` should have an upper case name [INFO] [stdout] --> src/main.rs:723:15 [INFO] [stdout] | [INFO] [stdout] 723 | const LogicAnd: u8 = Token::LogicAnd as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PeekStore` should have an upper case name [INFO] [stdout] --> src/main.rs:718:15 [INFO] [stdout] | [INFO] [stdout] 718 | const PeekStore: u8 = Token::PeekStore as u8; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PEEK_STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicOr` should have an upper case name [INFO] [stdout] --> src/main.rs:724:15 [INFO] [stdout] | [INFO] [stdout] 724 | const LogicOr: u8 = Token::LogicOr as u8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `LOGIC_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Load` should have an upper case name [INFO] [stdout] --> src/main.rs:719:15 [INFO] [stdout] | [INFO] [stdout] 719 | const Load: u8 = Token::Load as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicNot` should have an upper case name [INFO] [stdout] --> src/main.rs:725:15 [INFO] [stdout] | [INFO] [stdout] 725 | const LogicNot: u8 = Token::LogicNot as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Goto` should have an upper case name [INFO] [stdout] --> src/main.rs:720:15 [INFO] [stdout] | [INFO] [stdout] 720 | const Goto: u8 = Token::Goto as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TypeCast` should have an upper case name [INFO] [stdout] --> src/main.rs:726:15 [INFO] [stdout] | [INFO] [stdout] 726 | const TypeCast: u8 = Token::TypeCast as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TYPE_CAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PopGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:721:15 [INFO] [stdout] | [INFO] [stdout] 721 | const PopGotoIfTrue: u8 = Token::PopGotoIfTrue as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `POP_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:727:15 [INFO] [stdout] | [INFO] [stdout] 727 | const CompareEqual: u8 = Token::CompareEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PeekGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:722:15 [INFO] [stdout] | [INFO] [stdout] 722 | const PeekGotoIfTrue: u8 = Token::PeekGotoIfTrue as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PEEK_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareNotEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:728:15 [INFO] [stdout] | [INFO] [stdout] 728 | const CompareNotEqual: u8 = Token::CompareNotEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_NOT_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicAnd` should have an upper case name [INFO] [stdout] --> src/main.rs:723:15 [INFO] [stdout] | [INFO] [stdout] 723 | const LogicAnd: u8 = Token::LogicAnd as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareGreater` should have an upper case name [INFO] [stdout] --> src/main.rs:729:15 [INFO] [stdout] | [INFO] [stdout] 729 | const CompareGreater: u8 = Token::CompareGreater as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicOr` should have an upper case name [INFO] [stdout] --> src/main.rs:724:15 [INFO] [stdout] | [INFO] [stdout] 724 | const LogicOr: u8 = Token::LogicOr as u8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `LOGIC_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareGreaterEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:730:15 [INFO] [stdout] | [INFO] [stdout] 730 | const CompareGreaterEqual: u8 = Token::CompareGreaterEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LogicNot` should have an upper case name [INFO] [stdout] --> src/main.rs:725:15 [INFO] [stdout] | [INFO] [stdout] 725 | const LogicNot: u8 = Token::LogicNot as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareLesser` should have an upper case name [INFO] [stdout] --> src/main.rs:731:15 [INFO] [stdout] | [INFO] [stdout] 731 | const CompareLesser: u8 = Token::CompareLesser as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TypeCast` should have an upper case name [INFO] [stdout] --> src/main.rs:726:15 [INFO] [stdout] | [INFO] [stdout] 726 | const TypeCast: u8 = Token::TypeCast as u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TYPE_CAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareLesserEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:732:15 [INFO] [stdout] | [INFO] [stdout] 732 | const CompareLesserEqual: u8 = Token::CompareLesserEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:727:15 [INFO] [stdout] | [INFO] [stdout] 727 | const CompareEqual: u8 = Token::CompareEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:734:15 [INFO] [stdout] | [INFO] [stdout] 734 | const Bool: u8 = Token::Bool as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareNotEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:728:15 [INFO] [stdout] | [INFO] [stdout] 728 | const CompareNotEqual: u8 = Token::CompareNotEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_NOT_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Push` should have an upper case name [INFO] [stdout] --> src/main.rs:747:13 [INFO] [stdout] | [INFO] [stdout] 747 | Push => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareGreater` should have an upper case name [INFO] [stdout] --> src/main.rs:729:15 [INFO] [stdout] | [INFO] [stdout] 729 | const CompareGreater: u8 = Token::CompareGreater as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareGreaterEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:730:15 [INFO] [stdout] | [INFO] [stdout] 730 | const CompareGreaterEqual: u8 = Token::CompareGreaterEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 748 | match_all_types!(push, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareLesser` should have an upper case name [INFO] [stdout] --> src/main.rs:731:15 [INFO] [stdout] | [INFO] [stdout] 731 | const CompareLesser: u8 = Token::CompareLesser as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CompareLesserEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:732:15 [INFO] [stdout] | [INFO] [stdout] 732 | const CompareLesserEqual: u8 = Token::CompareLesserEqual as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:734:15 [INFO] [stdout] | [INFO] [stdout] 734 | const Bool: u8 = Token::Bool as u8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Pop` should have an upper case name [INFO] [stdout] --> src/main.rs:750:13 [INFO] [stdout] | [INFO] [stdout] 750 | Pop => { [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `POP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 751 | match_all_types!(pop, self); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Push` should have an upper case name [INFO] [stdout] --> src/main.rs:747:13 [INFO] [stdout] | [INFO] [stdout] 747 | Push => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Peek` should have an upper case name [INFO] [stdout] --> src/main.rs:753:13 [INFO] [stdout] | [INFO] [stdout] 753 | Peek => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PEEK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 748 | match_all_types!(push, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 754 | match_all_types!(peek, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `ClonePush` should have an upper case name [INFO] [stdout] --> src/main.rs:756:13 [INFO] [stdout] | [INFO] [stdout] 756 | ClonePush => { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CLONE_PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Pop` should have an upper case name [INFO] [stdout] --> src/main.rs:750:13 [INFO] [stdout] | [INFO] [stdout] 750 | Pop => { [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `POP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 757 | match_all_types!(clone_push, self); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 751 | match_all_types!(pop, self); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Add` should have an upper case name [INFO] [stdout] --> src/main.rs:759:13 [INFO] [stdout] | [INFO] [stdout] 759 | Add => { [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Peek` should have an upper case name [INFO] [stdout] --> src/main.rs:753:13 [INFO] [stdout] | [INFO] [stdout] 753 | Peek => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `PEEK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Subtract` should have an upper case name [INFO] [stdout] --> src/main.rs:762:13 [INFO] [stdout] | [INFO] [stdout] 762 | Subtract => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Multiply` should have an upper case name [INFO] [stdout] --> src/main.rs:765:13 [INFO] [stdout] | [INFO] [stdout] 765 | Multiply => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MULTIPLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 754 | match_all_types!(peek, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Divide` should have an upper case name [INFO] [stdout] --> src/main.rs:768:13 [INFO] [stdout] | [INFO] [stdout] 768 | Divide => { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DIVIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `ClonePush` should have an upper case name [INFO] [stdout] --> src/main.rs:756:13 [INFO] [stdout] | [INFO] [stdout] 756 | ClonePush => { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CLONE_PUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Store` should have an upper case name [INFO] [stdout] --> src/main.rs:772:13 [INFO] [stdout] | [INFO] [stdout] 772 | Store => { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 757 | match_all_types!(clone_push, self); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Add` should have an upper case name [INFO] [stdout] --> src/main.rs:759:13 [INFO] [stdout] | [INFO] [stdout] 759 | Add => { [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 773 | match_all_types!(store, self); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Subtract` should have an upper case name [INFO] [stdout] --> src/main.rs:762:13 [INFO] [stdout] | [INFO] [stdout] 762 | Subtract => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PeekStore` should have an upper case name [INFO] [stdout] --> src/main.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | PeekStore => { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PEEK_STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Multiply` should have an upper case name [INFO] [stdout] --> src/main.rs:765:13 [INFO] [stdout] | [INFO] [stdout] 765 | Multiply => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `MULTIPLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Divide` should have an upper case name [INFO] [stdout] --> src/main.rs:768:13 [INFO] [stdout] | [INFO] [stdout] 768 | Divide => { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `DIVIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 776 | match_all_types!(peek_store, self); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Store` should have an upper case name [INFO] [stdout] --> src/main.rs:772:13 [INFO] [stdout] | [INFO] [stdout] 772 | Store => { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Load` should have an upper case name [INFO] [stdout] --> src/main.rs:778:13 [INFO] [stdout] | [INFO] [stdout] 778 | Load => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 779 | match_all_types!(load, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 773 | match_all_types!(store, self); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Goto` should have an upper case name [INFO] [stdout] --> src/main.rs:782:13 [INFO] [stdout] | [INFO] [stdout] 782 | Goto => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PopGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:786:13 [INFO] [stdout] | [INFO] [stdout] 786 | PopGotoIfTrue => { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `POP_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PeekStore` should have an upper case name [INFO] [stdout] --> src/main.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | PeekStore => { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PEEK_STORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PeekGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:792:13 [INFO] [stdout] | [INFO] [stdout] 792 | PeekGotoIfTrue => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PEEK_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicAnd` should have an upper case name [INFO] [stdout] --> src/main.rs:799:13 [INFO] [stdout] | [INFO] [stdout] 799 | LogicAnd => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicOr` should have an upper case name [INFO] [stdout] --> src/main.rs:802:13 [INFO] [stdout] | [INFO] [stdout] 802 | LogicOr => { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `LOGIC_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 776 | match_all_types!(peek_store, self); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicNot` should have an upper case name [INFO] [stdout] --> src/main.rs:805:13 [INFO] [stdout] | [INFO] [stdout] 805 | LogicNot => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:809:13 [INFO] [stdout] | [INFO] [stdout] 809 | CompareEqual => { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Load` should have an upper case name [INFO] [stdout] --> src/main.rs:778:13 [INFO] [stdout] | [INFO] [stdout] 778 | Load => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareNotEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 812 | CompareNotEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_NOT_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareGreater` should have an upper case name [INFO] [stdout] --> src/main.rs:815:13 [INFO] [stdout] | [INFO] [stdout] 815 | CompareGreater => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Bool` should have an upper case name [INFO] [stdout] --> src/main.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | Bool => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BOOL` [INFO] [stdout] ... [INFO] [stdout] 779 | match_all_types!(load, self); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `match_all_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareGreaterEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:818:13 [INFO] [stdout] | [INFO] [stdout] 818 | CompareGreaterEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `Goto` should have an upper case name [INFO] [stdout] --> src/main.rs:782:13 [INFO] [stdout] | [INFO] [stdout] 782 | Goto => { [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareLesser` should have an upper case name [INFO] [stdout] --> src/main.rs:821:13 [INFO] [stdout] | [INFO] [stdout] 821 | CompareLesser => { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PopGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:786:13 [INFO] [stdout] | [INFO] [stdout] 786 | PopGotoIfTrue => { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `POP_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareLesserEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:824:13 [INFO] [stdout] | [INFO] [stdout] 824 | CompareLesserEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `PeekGotoIfTrue` should have an upper case name [INFO] [stdout] --> src/main.rs:792:13 [INFO] [stdout] | [INFO] [stdout] 792 | PeekGotoIfTrue => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PEEK_GOTO_IF_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `TypeCast` should have an upper case name [INFO] [stdout] --> src/main.rs:828:13 [INFO] [stdout] | [INFO] [stdout] 828 | TypeCast => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TYPE_CAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicAnd` should have an upper case name [INFO] [stdout] --> src/main.rs:799:13 [INFO] [stdout] | [INFO] [stdout] 799 | LogicAnd => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicOr` should have an upper case name [INFO] [stdout] --> src/main.rs:802:13 [INFO] [stdout] | [INFO] [stdout] 802 | LogicOr => { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `LOGIC_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `LogicNot` should have an upper case name [INFO] [stdout] --> src/main.rs:805:13 [INFO] [stdout] | [INFO] [stdout] 805 | LogicNot => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LOGIC_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:809:13 [INFO] [stdout] | [INFO] [stdout] 809 | CompareEqual => { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareNotEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 812 | CompareNotEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_NOT_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareGreater` should have an upper case name [INFO] [stdout] --> src/main.rs:815:13 [INFO] [stdout] | [INFO] [stdout] 815 | CompareGreater => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareGreaterEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:818:13 [INFO] [stdout] | [INFO] [stdout] 818 | CompareGreaterEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_GREATER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareLesser` should have an upper case name [INFO] [stdout] --> src/main.rs:821:13 [INFO] [stdout] | [INFO] [stdout] 821 | CompareLesser => { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `CompareLesserEqual` should have an upper case name [INFO] [stdout] --> src/main.rs:824:13 [INFO] [stdout] | [INFO] [stdout] 824 | CompareLesserEqual => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COMPARE_LESSER_EQUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant in pattern `TypeCast` should have an upper case name [INFO] [stdout] --> src/main.rs:828:13 [INFO] [stdout] | [INFO] [stdout] 828 | TypeCast => { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TYPE_CAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "1122f1dbc6e4fbfb31e642b8112af3fbf1b1346876b07ce4dd01f53cec4db9bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1122f1dbc6e4fbfb31e642b8112af3fbf1b1346876b07ce4dd01f53cec4db9bb", kill_on_drop: false }` [INFO] [stdout] 1122f1dbc6e4fbfb31e642b8112af3fbf1b1346876b07ce4dd01f53cec4db9bb [INFO] checking blad-dev/FerrumVM against try#d856f2da3433420b7077c0dc7ee9441455bc1302 for pr-128013 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblad-dev%2FFerrumVM" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blad-dev/FerrumVM on toolchain d856f2da3433420b7077c0dc7ee9441455bc1302 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/blad-dev/FerrumVM [INFO] finished tweaking git repo https://github.com/blad-dev/FerrumVM [INFO] tweaked toml for git repo https://github.com/blad-dev/FerrumVM written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/blad-dev/FerrumVM 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" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34055892ae19d42cdc2ac8e8bdfb8fa6613eb6a17af07efe5fb1647e6e82422e [INFO] running `Command { std: "docker" "start" "-a" "34055892ae19d42cdc2ac8e8bdfb8fa6613eb6a17af07efe5fb1647e6e82422e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34055892ae19d42cdc2ac8e8bdfb8fa6613eb6a17af07efe5fb1647e6e82422e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34055892ae19d42cdc2ac8e8bdfb8fa6613eb6a17af07efe5fb1647e6e82422e", kill_on_drop: false }` [INFO] [stdout] 34055892ae19d42cdc2ac8e8bdfb8fa6613eb6a17af07efe5fb1647e6e82422e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f8e46372578eabd063e7c6bda1269d81163a8ddf29e770c434b635c63afdab7 [INFO] running `Command { std: "docker" "start" "-a" "6f8e46372578eabd063e7c6bda1269d81163a8ddf29e770c434b635c63afdab7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 841 | impl_integer_for_isize!(i8, test_integer_i8); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 842 | impl_integer_for_isize!(i16, test_integer_i16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 843 | impl_integer_for_isize!(i32, test_integer_i32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 844 | impl_integer_for_isize!(i64, test_integer_i64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 845 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs:511:41 [INFO] [stdout] | [INFO] [stdout] 511 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 846 | impl_integer_for_isize!(isize, test_integer_isize); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `num-integer` (lib) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6f8e46372578eabd063e7c6bda1269d81163a8ddf29e770c434b635c63afdab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f8e46372578eabd063e7c6bda1269d81163a8ddf29e770c434b635c63afdab7", kill_on_drop: false }` [INFO] [stdout] 6f8e46372578eabd063e7c6bda1269d81163a8ddf29e770c434b635c63afdab7