[INFO] cloning repository https://github.com/pawalt/bpfeval [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pawalt/bpfeval" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpawalt%2Fbpfeval", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpawalt%2Fbpfeval'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 568a7ea4320e4b79237448bd4d8a3575f0e6a5e2 [INFO] testing pawalt/bpfeval against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpawalt%2Fbpfeval" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pawalt/bpfeval on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pawalt/bpfeval [INFO] finished tweaking git repo https://github.com/pawalt/bpfeval [INFO] tweaked toml for git repo https://github.com/pawalt/bpfeval written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/pawalt/bpfeval already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ee30a505de4674f4a93fb0a66b0eb8f07754497d52b0a61c47758c94d65acc6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3ee30a505de4674f4a93fb0a66b0eb8f07754497d52b0a61c47758c94d65acc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ee30a505de4674f4a93fb0a66b0eb8f07754497d52b0a61c47758c94d65acc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ee30a505de4674f4a93fb0a66b0eb8f07754497d52b0a61c47758c94d65acc6", kill_on_drop: false }` [INFO] [stdout] 3ee30a505de4674f4a93fb0a66b0eb8f07754497d52b0a61c47758c94d65acc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bbca6421d24aa447aca2dd23ce5efd42b25df02d57c6fdbbdb99cbb13d74e38 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5bbca6421d24aa447aca2dd23ce5efd42b25df02d57c6fdbbdb99cbb13d74e38", kill_on_drop: false }` [INFO] [stderr] Compiling bpfeval v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MEM_SIZE` [INFO] [stdout] --> src/types.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const MEM_SIZE : usize = 8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Machine` [INFO] [stdout] --> src/types.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Machine { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `LabeledTapeEntry` [INFO] [stdout] --> src/types.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub enum LabeledTapeEntry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R0` [INFO] [stdout] --> src/types.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R1` [INFO] [stdout] --> src/types.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R2` [INFO] [stdout] --> src/types.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R3` [INFO] [stdout] --> src/types.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R4` [INFO] [stdout] --> src/types.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R5` [INFO] [stdout] --> src/types.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R6` [INFO] [stdout] --> src/types.rs:29:29 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R7` [INFO] [stdout] --> src/types.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R8` [INFO] [stdout] --> src/types.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R9` [INFO] [stdout] --> src/types.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R10` [INFO] [stdout] --> src/types.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lbl` [INFO] [stdout] --> src/types.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | Lbl(&'static str), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Val` [INFO] [stdout] --> src/types.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Val(i32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Imm` [INFO] [stdout] --> src/types.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Imm (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Reg` [INFO] [stdout] --> src/types.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | Reg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ind` [INFO] [stdout] --> src/types.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Ind (Register, Immediate) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | Add (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | Sub (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Mul (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | Div (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Or` [INFO] [stdout] --> src/types.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Or (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `And` [INFO] [stdout] --> src/types.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | And (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lsh` [INFO] [stdout] --> src/types.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | Lsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rsh` [INFO] [stdout] --> src/types.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Rsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mod` [INFO] [stdout] --> src/types.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Mod (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Xor` [INFO] [stdout] --> src/types.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | Xor (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mov` [INFO] [stdout] --> src/types.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | Mov (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Arsh` [INFO] [stdout] --> src/types.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | Arsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Neg` [INFO] [stdout] --> src/types.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | Neg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lddw` [INFO] [stdout] --> src/types.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | Lddw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxdw` [INFO] [stdout] --> src/types.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | Ldxdw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxw` [INFO] [stdout] --> src/types.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Ldxw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxh` [INFO] [stdout] --> src/types.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Ldxh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxb` [INFO] [stdout] --> src/types.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | Ldxb (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stdw` [INFO] [stdout] --> src/types.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | Stdw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stw` [INFO] [stdout] --> src/types.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | Stw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sth` [INFO] [stdout] --> src/types.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | Sth (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stb` [INFO] [stdout] --> src/types.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | Stb (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ja` [INFO] [stdout] --> src/types.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | Ja (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jeq` [INFO] [stdout] --> src/types.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | Jeq (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jgt` [INFO] [stdout] --> src/types.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | Jgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jge` [INFO] [stdout] --> src/types.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | Jge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jlt` [INFO] [stdout] --> src/types.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | Jlt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jle` [INFO] [stdout] --> src/types.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | Jle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jset` [INFO] [stdout] --> src/types.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | Jset (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jne` [INFO] [stdout] --> src/types.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | Jne (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsgt` [INFO] [stdout] --> src/types.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Jsgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsge` [INFO] [stdout] --> src/types.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Jsge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jslt` [INFO] [stdout] --> src/types.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Jslt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsle` [INFO] [stdout] --> src/types.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | Jsle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stop` [INFO] [stdout] --> src/types.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/interp.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(tape: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_labeled` [INFO] [stdout] --> src/interp.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new_labeled(labeled_tape: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_op` [INFO] [stdout] --> src/interp.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | fn val_of_op(&self, op: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_imm` [INFO] [stdout] --> src/interp.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn val_of_imm(&self, imm: Immediate) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_reg` [INFO] [stdout] --> src/interp.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn val_of_reg(&self, reg: Register) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `put_reg` [INFO] [stdout] --> src/interp.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn put_reg(&mut self, reg: Register, val: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_binop` [INFO] [stdout] --> src/interp.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | fn val_of_binop(&self, insn: Insn, r: Register, o: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_ld` [INFO] [stdout] --> src/interp.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn exec_ld(&mut self, r: Register, o: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_str` [INFO] [stdout] --> src/interp.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn exec_str(&mut self, loc: Operand, val: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_unsigned` [INFO] [stdout] --> src/interp.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn exec_cnd_unsigned(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(u64, u64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_signed` [INFO] [stdout] --> src/interp.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn exec_cnd_signed(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(i64, i64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `delabel_tape` [INFO] [stdout] --> src/interp.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn delabel_tape(labeled_tape: Vec) -> (HashMap<&'static str, usize>, Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_tape` [INFO] [stdout] --> src/interp.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn run_tape(mach: &mut Machine) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.81s [INFO] running `Command { std: "docker" "inspect" "5bbca6421d24aa447aca2dd23ce5efd42b25df02d57c6fdbbdb99cbb13d74e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bbca6421d24aa447aca2dd23ce5efd42b25df02d57c6fdbbdb99cbb13d74e38", kill_on_drop: false }` [INFO] [stdout] 5bbca6421d24aa447aca2dd23ce5efd42b25df02d57c6fdbbdb99cbb13d74e38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0a17603a43bf51a6281d4fd4724a859ec546ad73907cd05555f4cdd3c298eb95 [INFO] running `Command { std: "docker" "start" "-a" "0a17603a43bf51a6281d4fd4724a859ec546ad73907cd05555f4cdd3c298eb95", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bpfeval v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MEM_SIZE` [INFO] [stdout] --> src/types.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const MEM_SIZE : usize = 8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Machine` [INFO] [stdout] --> src/types.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Machine { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `LabeledTapeEntry` [INFO] [stdout] --> src/types.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub enum LabeledTapeEntry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R0` [INFO] [stdout] --> src/types.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R1` [INFO] [stdout] --> src/types.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R2` [INFO] [stdout] --> src/types.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R3` [INFO] [stdout] --> src/types.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R4` [INFO] [stdout] --> src/types.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R5` [INFO] [stdout] --> src/types.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R6` [INFO] [stdout] --> src/types.rs:29:29 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R7` [INFO] [stdout] --> src/types.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R8` [INFO] [stdout] --> src/types.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R9` [INFO] [stdout] --> src/types.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R10` [INFO] [stdout] --> src/types.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lbl` [INFO] [stdout] --> src/types.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | Lbl(&'static str), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Val` [INFO] [stdout] --> src/types.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Val(i32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Imm` [INFO] [stdout] --> src/types.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Imm (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Reg` [INFO] [stdout] --> src/types.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | Reg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ind` [INFO] [stdout] --> src/types.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Ind (Register, Immediate) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | Add (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | Sub (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Mul (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | Div (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Or` [INFO] [stdout] --> src/types.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Or (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `And` [INFO] [stdout] --> src/types.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | And (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lsh` [INFO] [stdout] --> src/types.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | Lsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rsh` [INFO] [stdout] --> src/types.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Rsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mod` [INFO] [stdout] --> src/types.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Mod (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Xor` [INFO] [stdout] --> src/types.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | Xor (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mov` [INFO] [stdout] --> src/types.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | Mov (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Arsh` [INFO] [stdout] --> src/types.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | Arsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Neg` [INFO] [stdout] --> src/types.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | Neg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lddw` [INFO] [stdout] --> src/types.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | Lddw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxdw` [INFO] [stdout] --> src/types.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | Ldxdw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxw` [INFO] [stdout] --> src/types.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Ldxw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxh` [INFO] [stdout] --> src/types.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Ldxh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxb` [INFO] [stdout] --> src/types.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | Ldxb (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stdw` [INFO] [stdout] --> src/types.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | Stdw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stw` [INFO] [stdout] --> src/types.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | Stw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sth` [INFO] [stdout] --> src/types.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | Sth (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stb` [INFO] [stdout] --> src/types.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | Stb (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ja` [INFO] [stdout] --> src/types.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | Ja (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jeq` [INFO] [stdout] --> src/types.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | Jeq (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jgt` [INFO] [stdout] --> src/types.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | Jgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jge` [INFO] [stdout] --> src/types.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | Jge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jlt` [INFO] [stdout] --> src/types.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | Jlt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jle` [INFO] [stdout] --> src/types.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | Jle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jset` [INFO] [stdout] --> src/types.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | Jset (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jne` [INFO] [stdout] --> src/types.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | Jne (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsgt` [INFO] [stdout] --> src/types.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Jsgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsge` [INFO] [stdout] --> src/types.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Jsge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jslt` [INFO] [stdout] --> src/types.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Jslt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsle` [INFO] [stdout] --> src/types.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | Jsle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stop` [INFO] [stdout] --> src/types.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/interp.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(tape: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_labeled` [INFO] [stdout] --> src/interp.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new_labeled(labeled_tape: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_op` [INFO] [stdout] --> src/interp.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | fn val_of_op(&self, op: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_imm` [INFO] [stdout] --> src/interp.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn val_of_imm(&self, imm: Immediate) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_reg` [INFO] [stdout] --> src/interp.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn val_of_reg(&self, reg: Register) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `put_reg` [INFO] [stdout] --> src/interp.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn put_reg(&mut self, reg: Register, val: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_binop` [INFO] [stdout] --> src/interp.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | fn val_of_binop(&self, insn: Insn, r: Register, o: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_ld` [INFO] [stdout] --> src/interp.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn exec_ld(&mut self, r: Register, o: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_str` [INFO] [stdout] --> src/interp.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn exec_str(&mut self, loc: Operand, val: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_unsigned` [INFO] [stdout] --> src/interp.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn exec_cnd_unsigned(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(u64, u64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_signed` [INFO] [stdout] --> src/interp.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn exec_cnd_signed(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(i64, i64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `delabel_tape` [INFO] [stdout] --> src/interp.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn delabel_tape(labeled_tape: Vec) -> (HashMap<&'static str, usize>, Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_tape` [INFO] [stdout] --> src/interp.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn run_tape(mach: &mut Machine) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bpfeval::types` [INFO] [stdout] --> tests/label.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bpfeval::types; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bpfeval::types` [INFO] [stdout] --> tests/fun_programs.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bpfeval::types; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/interp.rs:146:35 [INFO] [stdout] | [INFO] [stdout] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MEM_SIZE` [INFO] [stdout] --> src/types.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const MEM_SIZE : usize = 8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Machine` [INFO] [stdout] --> src/types.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Machine { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `LabeledTapeEntry` [INFO] [stdout] --> src/types.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub enum LabeledTapeEntry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R0` [INFO] [stdout] --> src/types.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R1` [INFO] [stdout] --> src/types.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R2` [INFO] [stdout] --> src/types.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R3` [INFO] [stdout] --> src/types.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R4` [INFO] [stdout] --> src/types.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R5` [INFO] [stdout] --> src/types.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R6` [INFO] [stdout] --> src/types.rs:29:29 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R7` [INFO] [stdout] --> src/types.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R8` [INFO] [stdout] --> src/types.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R9` [INFO] [stdout] --> src/types.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R10` [INFO] [stdout] --> src/types.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lbl` [INFO] [stdout] --> src/types.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | Lbl(&'static str), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Val` [INFO] [stdout] --> src/types.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Val(i32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Imm` [INFO] [stdout] --> src/types.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Imm (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Reg` [INFO] [stdout] --> src/types.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | Reg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ind` [INFO] [stdout] --> src/types.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Ind (Register, Immediate) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | Add (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | Sub (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Mul (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/types.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | Div (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Or` [INFO] [stdout] --> src/types.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | Or (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `And` [INFO] [stdout] --> src/types.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | And (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lsh` [INFO] [stdout] --> src/types.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | Lsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rsh` [INFO] [stdout] --> src/types.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Rsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mod` [INFO] [stdout] --> src/types.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Mod (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Xor` [INFO] [stdout] --> src/types.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | Xor (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mov` [INFO] [stdout] --> src/types.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | Mov (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Arsh` [INFO] [stdout] --> src/types.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | Arsh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Neg` [INFO] [stdout] --> src/types.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | Neg (Register), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lddw` [INFO] [stdout] --> src/types.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | Lddw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxdw` [INFO] [stdout] --> src/types.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | Ldxdw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxw` [INFO] [stdout] --> src/types.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Ldxw (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxh` [INFO] [stdout] --> src/types.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Ldxh (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldxb` [INFO] [stdout] --> src/types.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | Ldxb (Register, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stdw` [INFO] [stdout] --> src/types.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | Stdw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stw` [INFO] [stdout] --> src/types.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | Stw (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sth` [INFO] [stdout] --> src/types.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | Sth (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stb` [INFO] [stdout] --> src/types.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | Stb (Operand, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ja` [INFO] [stdout] --> src/types.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | Ja (Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jeq` [INFO] [stdout] --> src/types.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | Jeq (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jgt` [INFO] [stdout] --> src/types.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | Jgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jge` [INFO] [stdout] --> src/types.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | Jge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jlt` [INFO] [stdout] --> src/types.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | Jlt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jle` [INFO] [stdout] --> src/types.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | Jle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jset` [INFO] [stdout] --> src/types.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | Jset (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jne` [INFO] [stdout] --> src/types.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | Jne (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsgt` [INFO] [stdout] --> src/types.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Jsgt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsge` [INFO] [stdout] --> src/types.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Jsge (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jslt` [INFO] [stdout] --> src/types.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Jslt (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Jsle` [INFO] [stdout] --> src/types.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | Jsle (Register, Operand, Immediate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stop` [INFO] [stdout] --> src/types.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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/interp.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(tape: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_labeled` [INFO] [stdout] --> src/interp.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new_labeled(labeled_tape: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_op` [INFO] [stdout] --> src/interp.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | fn val_of_op(&self, op: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_imm` [INFO] [stdout] --> src/interp.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn val_of_imm(&self, imm: Immediate) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_reg` [INFO] [stdout] --> src/interp.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn val_of_reg(&self, reg: Register) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `put_reg` [INFO] [stdout] --> src/interp.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn put_reg(&mut self, reg: Register, val: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `val_of_binop` [INFO] [stdout] --> src/interp.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | fn val_of_binop(&self, insn: Insn, r: Register, o: Operand) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_ld` [INFO] [stdout] --> src/interp.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn exec_ld(&mut self, r: Register, o: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_str` [INFO] [stdout] --> src/interp.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn exec_str(&mut self, loc: Operand, val: Operand, size: i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_unsigned` [INFO] [stdout] --> src/interp.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn exec_cnd_unsigned(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(u64, u64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `exec_cnd_signed` [INFO] [stdout] --> src/interp.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn exec_cnd_signed(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(i64, i64) -> bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `delabel_tape` [INFO] [stdout] --> src/interp.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn delabel_tape(labeled_tape: Vec) -> (HashMap<&'static str, usize>, Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_tape` [INFO] [stdout] --> src/interp.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn run_tape(mach: &mut Machine) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.03s [INFO] running `Command { std: "docker" "inspect" "0a17603a43bf51a6281d4fd4724a859ec546ad73907cd05555f4cdd3c298eb95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a17603a43bf51a6281d4fd4724a859ec546ad73907cd05555f4cdd3c298eb95", kill_on_drop: false }` [INFO] [stdout] 0a17603a43bf51a6281d4fd4724a859ec546ad73907cd05555f4cdd3c298eb95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c1e6f05ab9f5ce36c0ff54e55045294bf200111dd83fd30cd38731f6594f336 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c1e6f05ab9f5ce36c0ff54e55045294bf200111dd83fd30cd38731f6594f336", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/interp.rs:146:35 [INFO] [stderr] | [INFO] [stderr] 146 | LabeledTapeEntry::Lbl(s) => (), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `bpfeval` (lib) generated 1 warning [INFO] [stderr] warning: `bpfeval` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: unused import: `bpfeval::types` [INFO] [stderr] --> tests/label.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use bpfeval::types; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `bpfeval::types` [INFO] [stderr] --> tests/fun_programs.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use bpfeval::types; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `MEM_SIZE` [INFO] [stderr] --> src/types.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub const MEM_SIZE : usize = 8000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Machine` [INFO] [stderr] --> src/types.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct Machine { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `LabeledTapeEntry` [INFO] [stderr] --> src/types.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | pub enum LabeledTapeEntry { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R0` [INFO] [stderr] --> src/types.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R1` [INFO] [stderr] --> src/types.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R2` [INFO] [stderr] --> src/types.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R3` [INFO] [stderr] --> src/types.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R4` [INFO] [stderr] --> src/types.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R5` [INFO] [stderr] --> src/types.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R6` [INFO] [stderr] --> src/types.rs:29:29 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R7` [INFO] [stderr] --> src/types.rs:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R8` [INFO] [stderr] --> src/types.rs:29:37 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R9` [INFO] [stderr] --> src/types.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `R10` [INFO] [stderr] --> src/types.rs:29:45 [INFO] [stderr] | [INFO] [stderr] 29 | R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Copy, Clone, Eq, PartialEq, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Lbl` [INFO] [stderr] --> src/types.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | Lbl(&'static str), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Val` [INFO] [stderr] --> src/types.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | Val(i32), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Immediate` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Imm` [INFO] [stderr] --> src/types.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | Imm (Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Reg` [INFO] [stderr] --> src/types.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Reg (Register), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ind` [INFO] [stderr] --> src/types.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | Ind (Register, Immediate) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Operand` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Add` [INFO] [stderr] --> src/types.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | Add (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sub` [INFO] [stderr] --> src/types.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | Sub (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mul` [INFO] [stderr] --> src/types.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | Mul (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Div` [INFO] [stderr] --> src/types.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | Div (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Or` [INFO] [stderr] --> src/types.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | Or (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `And` [INFO] [stderr] --> src/types.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | And (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Lsh` [INFO] [stderr] --> src/types.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | Lsh (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Rsh` [INFO] [stderr] --> src/types.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | Rsh (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mod` [INFO] [stderr] --> src/types.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | Mod (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Xor` [INFO] [stderr] --> src/types.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | Xor (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mov` [INFO] [stderr] --> src/types.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | Mov (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Arsh` [INFO] [stderr] --> src/types.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | Arsh (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Neg` [INFO] [stderr] --> src/types.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | Neg (Register), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Lddw` [INFO] [stderr] --> src/types.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | Lddw (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ldxdw` [INFO] [stderr] --> src/types.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | Ldxdw (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ldxw` [INFO] [stderr] --> src/types.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | Ldxw (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ldxh` [INFO] [stderr] --> src/types.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | Ldxh (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ldxb` [INFO] [stderr] --> src/types.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | Ldxb (Register, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Stdw` [INFO] [stderr] --> src/types.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | Stdw (Operand, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Stw` [INFO] [stderr] --> src/types.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | Stw (Operand, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sth` [INFO] [stderr] --> src/types.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | Sth (Operand, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Stb` [INFO] [stderr] --> src/types.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | Stb (Operand, Operand), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ja` [INFO] [stderr] --> src/types.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | Ja (Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jeq` [INFO] [stderr] --> src/types.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | Jeq (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jgt` [INFO] [stderr] --> src/types.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | Jgt (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jge` [INFO] [stderr] --> src/types.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | Jge (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jlt` [INFO] [stderr] --> src/types.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | Jlt (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jle` [INFO] [stderr] --> src/types.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 93 | Jle (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jset` [INFO] [stderr] --> src/types.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | Jset (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jne` [INFO] [stderr] --> src/types.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | Jne (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jsgt` [INFO] [stderr] --> src/types.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | Jsgt (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jsge` [INFO] [stderr] --> src/types.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | Jsge (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jslt` [INFO] [stderr] --> src/types.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | Jslt (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Jsle` [INFO] [stderr] --> src/types.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | Jsle (Register, Operand, Immediate), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Stop` [INFO] [stderr] --> src/types.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | Stop, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Insn` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (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/interp.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(tape: Vec) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new_labeled` [INFO] [stderr] --> src/interp.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new_labeled(labeled_tape: Vec) -> Self { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `val_of_op` [INFO] [stderr] --> src/interp.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 31 | fn val_of_op(&self, op: Operand) -> i64 { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `val_of_imm` [INFO] [stderr] --> src/interp.rs:39:8 [INFO] [stderr] | [INFO] [stderr] 39 | fn val_of_imm(&self, imm: Immediate) -> i64 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `val_of_reg` [INFO] [stderr] --> src/interp.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn val_of_reg(&self, reg: Register) -> i64 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `put_reg` [INFO] [stderr] --> src/interp.rs:56:12 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn put_reg(&mut self, reg: Register, val: i64) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `val_of_binop` [INFO] [stderr] --> src/interp.rs:60:8 [INFO] [stderr] | [INFO] [stderr] 60 | fn val_of_binop(&self, insn: Insn, r: Register, o: Operand) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `exec_ld` [INFO] [stderr] --> src/interp.rs:82:12 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn exec_ld(&mut self, r: Register, o: Operand, size: i64) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `exec_str` [INFO] [stderr] --> src/interp.rs:92:12 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn exec_str(&mut self, loc: Operand, val: Operand, size: i64) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `exec_cnd_unsigned` [INFO] [stderr] --> src/interp.rs:102:8 [INFO] [stderr] | [INFO] [stderr] 102 | fn exec_cnd_unsigned(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(u64, u64) -> bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `exec_cnd_signed` [INFO] [stderr] --> src/interp.rs:117:8 [INFO] [stderr] | [INFO] [stderr] 117 | fn exec_cnd_signed(&mut self, dst: Register, src: Operand, imm_offset: Immediate, cnd: impl Fn(i64, i64) -> bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `delabel_tape` [INFO] [stderr] --> src/interp.rs:133:8 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn delabel_tape(labeled_tape: Vec) -> (HashMap<&'static str, usize>, Vec) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `run_tape` [INFO] [stderr] --> src/interp.rs:154:8 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn run_tape(mach: &mut Machine) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bpfeval` (test "label") generated 1 warning [INFO] [stdout] [INFO] [stderr] warning: `bpfeval` (test "fun_programs") generated 1 warning [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `bpfeval` (bin "bpfeval") generated 68 warnings (1 duplicate) [INFO] [stdout] [INFO] [stderr] warning: `bpfeval` (bin "bpfeval" test) generated 68 warnings (68 duplicates) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bpfeval-9e285d7023f7934e) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bpfeval-32750642f3e381fe) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-09e8df0ccccf0325) [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_neg ... ok [INFO] [stdout] test more_operations ... ok [INFO] [stdout] test simple_addition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/fun_programs.rs (/opt/rustwide/target/debug/deps/fun_programs-982f7921f21c7137) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/jump.rs (/opt/rustwide/target/debug/deps/jump-c7123ae23e9e3f92) [INFO] [stdout] test test_fib ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test simple_lt_false ... ok [INFO] [stdout] test simple_ja ... ok [INFO] [stdout] test simple_lt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/label.rs (/opt/rustwide/target/debug/deps/label-b2cb7ce483571a17) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test simple_lt_false ... ok [INFO] [stdout] test simple_lt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/load.rs (/opt/rustwide/target/debug/deps/load-d579a58a38ebc153) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test simple_load ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/store.rs (/opt/rustwide/target/debug/deps/store-2ee9304a06b92656) [INFO] [stdout] [INFO] [stderr] Doc-tests bpfeval [INFO] [stdout] running 2 tests [INFO] [stdout] test store_imm ... ok [INFO] [stdout] test store_reg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "6c1e6f05ab9f5ce36c0ff54e55045294bf200111dd83fd30cd38731f6594f336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c1e6f05ab9f5ce36c0ff54e55045294bf200111dd83fd30cd38731f6594f336", kill_on_drop: false }` [INFO] [stdout] 6c1e6f05ab9f5ce36c0ff54e55045294bf200111dd83fd30cd38731f6594f336