[INFO] cloning repository https://github.com/emmgame221/teenyat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emmgame221/teenyat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femmgame221%2Fteenyat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femmgame221%2Fteenyat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb73c5d5f775b2cf38ec425254494f78c05353f1 [INFO] testing emmgame221/teenyat against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femmgame221%2Fteenyat" "/workspace/builds/worker-53/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-53/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emmgame221/teenyat on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emmgame221/teenyat [INFO] finished tweaking git repo https://github.com/emmgame221/teenyat [INFO] tweaked toml for git repo https://github.com/emmgame221/teenyat written to /workspace/builds/worker-53/source/Cargo.toml [INFO] crate git repo https://github.com/emmgame221/teenyat already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edbd908a902c43c4a3b87a7ed1d9b61ff2d1ea0d4c8fc694e97949e17d11d7a3 [INFO] running `Command { std: "docker" "start" "-a" "edbd908a902c43c4a3b87a7ed1d9b61ff2d1ea0d4c8fc694e97949e17d11d7a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edbd908a902c43c4a3b87a7ed1d9b61ff2d1ea0d4c8fc694e97949e17d11d7a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbd908a902c43c4a3b87a7ed1d9b61ff2d1ea0d4c8fc694e97949e17d11d7a3", kill_on_drop: false }` [INFO] [stdout] edbd908a902c43c4a3b87a7ed1d9b61ff2d1ea0d4c8fc694e97949e17d11d7a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ca0a00740450e005471f6241dc1944ef6ae988ed0ad37682863e7f09e36dbe4 [INFO] running `Command { std: "docker" "start" "-a" "7ca0a00740450e005471f6241dc1944ef6ae988ed0ad37682863e7f09e36dbe4", kill_on_drop: false }` [INFO] [stderr] Compiling teenyat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Ax` [INFO] [stdout] --> src/arch.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | Ax, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Bx` [INFO] [stdout] --> src/arch.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | Bx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Cx` [INFO] [stdout] --> src/arch.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | Cx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Dx` [INFO] [stdout] --> src/arch.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | Dx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Ex` [INFO] [stdout] --> src/arch.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | Ex, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Fx` [INFO] [stdout] --> src/arch.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | Fx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "7ca0a00740450e005471f6241dc1944ef6ae988ed0ad37682863e7f09e36dbe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ca0a00740450e005471f6241dc1944ef6ae988ed0ad37682863e7f09e36dbe4", kill_on_drop: false }` [INFO] [stdout] 7ca0a00740450e005471f6241dc1944ef6ae988ed0ad37682863e7f09e36dbe4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bf9be1990a2f2da2c85f13dc64b1a6b578b37efbe54f81ad34d72dc904d058e [INFO] running `Command { std: "docker" "start" "-a" "8bf9be1990a2f2da2c85f13dc64b1a6b578b37efbe54f81ad34d72dc904d058e", kill_on_drop: false }` [INFO] [stderr] Compiling teenyat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Ax` [INFO] [stdout] --> src/arch.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | Ax, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Bx` [INFO] [stdout] --> src/arch.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | Bx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Cx` [INFO] [stdout] --> src/arch.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | Cx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Dx` [INFO] [stdout] --> src/arch.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | Dx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Ex` [INFO] [stdout] --> src/arch.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | Ex, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Fx` [INFO] [stdout] --> src/arch.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | Fx, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/arch.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "8bf9be1990a2f2da2c85f13dc64b1a6b578b37efbe54f81ad34d72dc904d058e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bf9be1990a2f2da2c85f13dc64b1a6b578b37efbe54f81ad34d72dc904d058e", kill_on_drop: false }` [INFO] [stdout] 8bf9be1990a2f2da2c85f13dc64b1a6b578b37efbe54f81ad34d72dc904d058e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3392b7e7b93a8d92587985806fa3e67aea4862ee113a6415cb90eb881c6c5b4b [INFO] running `Command { std: "docker" "start" "-a" "3392b7e7b93a8d92587985806fa3e67aea4862ee113a6415cb90eb881c6c5b4b", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `Ax` [INFO] [stderr] --> src/arch.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | Ax, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Bx` [INFO] [stderr] --> src/arch.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | Bx, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Cx` [INFO] [stderr] --> src/arch.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | Cx, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Dx` [INFO] [stderr] --> src/arch.rs:269:5 [INFO] [stderr] | [INFO] [stderr] 269 | Dx, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Ex` [INFO] [stderr] --> src/arch.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | Ex, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `Fx` [INFO] [stderr] --> src/arch.rs:273:5 [INFO] [stderr] | [INFO] [stderr] 273 | Fx, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `RegMnem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/arch.rs:258:10 [INFO] [stderr] | [INFO] [stderr] 258 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] [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: `teenyat` (bin "teenyat" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/teenyat-837e82df5f04865d) [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" "3392b7e7b93a8d92587985806fa3e67aea4862ee113a6415cb90eb881c6c5b4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3392b7e7b93a8d92587985806fa3e67aea4862ee113a6415cb90eb881c6c5b4b", kill_on_drop: false }` [INFO] [stdout] 3392b7e7b93a8d92587985806fa3e67aea4862ee113a6415cb90eb881c6c5b4b