[INFO] cloning repository https://github.com/caverym/bupc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/caverym/bupc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaverym%2Fbupc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaverym%2Fbupc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 516f015d94f2d3d6271d972935d374dc3d275082 [INFO] testing caverym/bupc against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaverym%2Fbupc" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/caverym/bupc on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/caverym/bupc [INFO] finished tweaking git repo https://github.com/caverym/bupc [INFO] tweaked toml for git repo https://github.com/caverym/bupc written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/caverym/bupc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e250a8397a73cd5b9d39dc87f76b932182cd135c21a94e2a51153cc09736a285 [INFO] running `Command { std: "docker" "start" "-a" "e250a8397a73cd5b9d39dc87f76b932182cd135c21a94e2a51153cc09736a285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e250a8397a73cd5b9d39dc87f76b932182cd135c21a94e2a51153cc09736a285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e250a8397a73cd5b9d39dc87f76b932182cd135c21a94e2a51153cc09736a285", kill_on_drop: false }` [INFO] [stdout] e250a8397a73cd5b9d39dc87f76b932182cd135c21a94e2a51153cc09736a285 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d8db44db59a3be1d480b6f158623c9be4b44b9a616bfbbda5dbf75336784ac8 [INFO] running `Command { std: "docker" "start" "-a" "7d8db44db59a3be1d480b6f158623c9be4b44b9a616bfbbda5dbf75336784ac8", kill_on_drop: false }` [INFO] [stderr] Compiling bupc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::process::exit` [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::process::exit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/program.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `processor::*` [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use processor::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lengram` [INFO] [stdout] --> src/program.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let lengram: usize = splitext.len(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lengram` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ABOUT` [INFO] [stdout] --> src/main.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | / const ABOUT: &str = "\ [INFO] [stdout] 41 | | An assembly-like interpreted language written using Rust, by Avery Murray [INFO] [stdout] 42 | | "; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HELP` [INFO] [stdout] --> src/main.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / const HELP: &str = "\ [INFO] [stdout] 45 | | Usage: [OPTION] [INFO] [stdout] 46 | | [INFO] [stdout] 47 | | about:\tview about information [INFO] [stdout] 48 | | help:\tview help information [INFO] [stdout] 49 | | [FILE]: exectes given script [INFO] [stdout] 50 | | "; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `about` [INFO] [stdout] --> src/main.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | fn about() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `help` [INFO] [stdout] --> src/main.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn help() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(mut f: File) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/program.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn parse(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Set` [INFO] [stdout] --> src/program.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | Set = 0x1, // Set [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Vew` [INFO] [stdout] --> src/program.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | Vew = 0x2, // View [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Add` [INFO] [stdout] --> src/program.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | Add = 0x3, // Add [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sub` [INFO] [stdout] --> src/program.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | Sub = 0x4, // Subtract [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mul` [INFO] [stdout] --> src/program.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Mul = 0x5, // Multiply [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Div` [INFO] [stdout] --> src/program.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Div = 0x6, // Divide [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Del` [INFO] [stdout] --> src/program.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Del = 0x7, // Delete [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jmp` [INFO] [stdout] --> src/program.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | Jmp = 0x8, // Jump [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ife` [INFO] [stdout] --> src/program.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | Ife = 0x9, // Jump if equal [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ifn` [INFO] [stdout] --> src/program.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | Ifn = 0xa, // jump if not equal [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Gto` [INFO] [stdout] --> src/program.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | Gto = 0xb, // Goto [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Prt` [INFO] [stdout] --> src/program.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | Prt = 0xc, // Print [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Bny` [INFO] [stdout] --> src/program.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | Bny = 0xd, // Bunny [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rtn` [INFO] [stdout] --> src/program.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | Rtn = 0xe, // Return [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ext` [INFO] [stdout] --> src/program.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Ext = 0xf, // Exit [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pnc` [INFO] [stdout] --> src/program.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | Pnc = 0x10, // Panic [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn new(s: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uia` [INFO] [stdout] --> src/program.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uib` [INFO] [stdout] --> src/program.rs:134:19 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uic` [INFO] [stdout] --> src/program.rs:134:33 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uid` [INFO] [stdout] --> src/program.rs:134:47 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sia` [INFO] [stdout] --> src/program.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sib` [INFO] [stdout] --> src/program.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sic` [INFO] [stdout] --> src/program.rs:135:33 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sid` [INFO] [stdout] --> src/program.rs:135:47 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Proc` [INFO] [stdout] --> src/program.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | Proc = 0x0100, // exit code [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Null` [INFO] [stdout] --> src/program.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Null = 0x0000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn new(s: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "7d8db44db59a3be1d480b6f158623c9be4b44b9a616bfbbda5dbf75336784ac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d8db44db59a3be1d480b6f158623c9be4b44b9a616bfbbda5dbf75336784ac8", kill_on_drop: false }` [INFO] [stdout] 7d8db44db59a3be1d480b6f158623c9be4b44b9a616bfbbda5dbf75336784ac8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd0d5d990e3dd306f6870241573d4ea7f334f58b555087fde87f32d7c81cc152 [INFO] running `Command { std: "docker" "start" "-a" "dd0d5d990e3dd306f6870241573d4ea7f334f58b555087fde87f32d7c81cc152", kill_on_drop: false }` [INFO] [stderr] Compiling bupc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::process::exit` [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::process::exit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/program.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `processor::*` [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use processor::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lengram` [INFO] [stdout] --> src/program.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let lengram: usize = splitext.len(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lengram` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ABOUT` [INFO] [stdout] --> src/main.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | / const ABOUT: &str = "\ [INFO] [stdout] 41 | | An assembly-like interpreted language written using Rust, by Avery Murray [INFO] [stdout] 42 | | "; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HELP` [INFO] [stdout] --> src/main.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / const HELP: &str = "\ [INFO] [stdout] 45 | | Usage: [OPTION] [INFO] [stdout] 46 | | [INFO] [stdout] 47 | | about:\tview about information [INFO] [stdout] 48 | | help:\tview help information [INFO] [stdout] 49 | | [FILE]: exectes given script [INFO] [stdout] 50 | | "; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `about` [INFO] [stdout] --> src/main.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | fn about() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `help` [INFO] [stdout] --> src/main.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn help() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(mut f: File) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/program.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn parse(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Set` [INFO] [stdout] --> src/program.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | Set = 0x1, // Set [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Vew` [INFO] [stdout] --> src/program.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | Vew = 0x2, // View [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Add` [INFO] [stdout] --> src/program.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | Add = 0x3, // Add [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sub` [INFO] [stdout] --> src/program.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | Sub = 0x4, // Subtract [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mul` [INFO] [stdout] --> src/program.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Mul = 0x5, // Multiply [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Div` [INFO] [stdout] --> src/program.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Div = 0x6, // Divide [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Del` [INFO] [stdout] --> src/program.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Del = 0x7, // Delete [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jmp` [INFO] [stdout] --> src/program.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | Jmp = 0x8, // Jump [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ife` [INFO] [stdout] --> src/program.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | Ife = 0x9, // Jump if equal [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ifn` [INFO] [stdout] --> src/program.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | Ifn = 0xa, // jump if not equal [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Gto` [INFO] [stdout] --> src/program.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | Gto = 0xb, // Goto [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Prt` [INFO] [stdout] --> src/program.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | Prt = 0xc, // Print [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Bny` [INFO] [stdout] --> src/program.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | Bny = 0xd, // Bunny [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rtn` [INFO] [stdout] --> src/program.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | Rtn = 0xe, // Return [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ext` [INFO] [stdout] --> src/program.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Ext = 0xf, // Exit [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pnc` [INFO] [stdout] --> src/program.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | Pnc = 0x10, // Panic [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn new(s: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uia` [INFO] [stdout] --> src/program.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uib` [INFO] [stdout] --> src/program.rs:134:19 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uic` [INFO] [stdout] --> src/program.rs:134:33 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Uid` [INFO] [stdout] --> src/program.rs:134:47 [INFO] [stdout] | [INFO] [stdout] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sia` [INFO] [stdout] --> src/program.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sib` [INFO] [stdout] --> src/program.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sic` [INFO] [stdout] --> src/program.rs:135:33 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sid` [INFO] [stdout] --> src/program.rs:135:47 [INFO] [stdout] | [INFO] [stdout] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Proc` [INFO] [stdout] --> src/program.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | Proc = 0x0100, // exit code [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Null` [INFO] [stdout] --> src/program.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Null = 0x0000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/program.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/program.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn new(s: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/bupc-324fcf6c50429ad8) [INFO] running `Command { std: "docker" "inspect" "dd0d5d990e3dd306f6870241573d4ea7f334f58b555087fde87f32d7c81cc152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd0d5d990e3dd306f6870241573d4ea7f334f58b555087fde87f32d7c81cc152", kill_on_drop: false }` [INFO] [stdout] dd0d5d990e3dd306f6870241573d4ea7f334f58b555087fde87f32d7c81cc152 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a5c66e67ccb02d56859c5be26a2b5f0c56f7531f28bf48c7917feb3582bceadf [INFO] running `Command { std: "docker" "start" "-a" "a5c66e67ccb02d56859c5be26a2b5f0c56f7531f28bf48c7917feb3582bceadf", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::process::exit` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::process::exit; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/program.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `processor::*` [INFO] [stderr] --> src/main.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use processor::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `lengram` [INFO] [stderr] --> src/program.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | let lengram: usize = splitext.len(); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lengram` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `ABOUT` [INFO] [stderr] --> src/main.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / const ABOUT: &str = "\ [INFO] [stderr] 41 | | An assembly-like interpreted language written using Rust, by Avery Murray [INFO] [stderr] 42 | | "; [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `HELP` [INFO] [stderr] --> src/main.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | / const HELP: &str = "\ [INFO] [stderr] 45 | | Usage: [OPTION] [INFO] [stderr] 46 | | [INFO] [stderr] 47 | | about:\tview about information [INFO] [stderr] 48 | | help:\tview help information [INFO] [stderr] 49 | | [FILE]: exectes given script [INFO] [stderr] 50 | | "; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `about` [INFO] [stderr] --> src/main.rs:53:4 [INFO] [stderr] | [INFO] [stderr] 53 | fn about() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `help` [INFO] [stderr] --> src/main.rs:58:4 [INFO] [stderr] | [INFO] [stderr] 58 | fn help() { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/program.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(mut f: File) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `parse` [INFO] [stderr] --> src/program.rs:39:8 [INFO] [stderr] | [INFO] [stderr] 39 | fn parse(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/program.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Set` [INFO] [stderr] --> src/program.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | Set = 0x1, // Set [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Vew` [INFO] [stderr] --> src/program.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | Vew = 0x2, // View [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Add` [INFO] [stderr] --> src/program.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | Add = 0x3, // Add [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sub` [INFO] [stderr] --> src/program.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | Sub = 0x4, // Subtract [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mul` [INFO] [stderr] --> src/program.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | Mul = 0x5, // Multiply [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Div` [INFO] [stderr] --> src/program.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | Div = 0x6, // Divide [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Del` [INFO] [stderr] --> src/program.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | Del = 0x7, // Delete [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jmp` [INFO] [stderr] --> src/program.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | Jmp = 0x8, // Jump [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ife` [INFO] [stderr] --> src/program.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | Ife = 0x9, // Jump if equal [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ifn` [INFO] [stderr] --> src/program.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | Ifn = 0xa, // jump if not equal [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Gto` [INFO] [stderr] --> src/program.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | Gto = 0xb, // Goto [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Prt` [INFO] [stderr] --> src/program.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | Prt = 0xc, // Print [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Bny` [INFO] [stderr] --> src/program.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | Bny = 0xd, // Bunny [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Rtn` [INFO] [stderr] --> src/program.rs:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | Rtn = 0xe, // Return [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ext` [INFO] [stderr] --> src/program.rs:108:5 [INFO] [stderr] | [INFO] [stderr] 108 | Ext = 0xf, // Exit [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pnc` [INFO] [stderr] --> src/program.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | Pnc = 0x10, // Panic [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/program.rs:113:12 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn new(s: &str) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uia` [INFO] [stderr] --> src/program.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uib` [INFO] [stderr] --> src/program.rs:134:19 [INFO] [stderr] | [INFO] [stderr] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uic` [INFO] [stderr] --> src/program.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uid` [INFO] [stderr] --> src/program.rs:134:47 [INFO] [stderr] | [INFO] [stderr] 134 | Uia = 0x0001, Uib = 0x0002, Uic = 0x0003, Uid = 0x0004, // Unsigned registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sia` [INFO] [stderr] --> src/program.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sib` [INFO] [stderr] --> src/program.rs:135:19 [INFO] [stderr] | [INFO] [stderr] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sic` [INFO] [stderr] --> src/program.rs:135:33 [INFO] [stderr] | [INFO] [stderr] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sid` [INFO] [stderr] --> src/program.rs:135:47 [INFO] [stderr] | [INFO] [stderr] 135 | Sia = 0x0011, Sib = 0x0012, Sic = 0x0013, Sid = 0x0014, // Signed registers [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Proc` [INFO] [stderr] --> src/program.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | Proc = 0x0100, // exit code [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Null` [INFO] [stderr] --> src/program.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | Null = 0x0000, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegisteRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/program.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/program.rs:143:12 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn new(s: &str) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `bupc` (bin "bupc" test) generated 39 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bupc-324fcf6c50429ad8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a5c66e67ccb02d56859c5be26a2b5f0c56f7531f28bf48c7917feb3582bceadf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5c66e67ccb02d56859c5be26a2b5f0c56f7531f28bf48c7917feb3582bceadf", kill_on_drop: false }` [INFO] [stdout] a5c66e67ccb02d56859c5be26a2b5f0c56f7531f28bf48c7917feb3582bceadf