[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femmgame221%2Fteenyat" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emmgame221/teenyat on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/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-13/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-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14abce0cef75825b41bed44e98f3111c9873a0e354b480677f4a3367c0d59f3c [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" "14abce0cef75825b41bed44e98f3111c9873a0e354b480677f4a3367c0d59f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14abce0cef75825b41bed44e98f3111c9873a0e354b480677f4a3367c0d59f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14abce0cef75825b41bed44e98f3111c9873a0e354b480677f4a3367c0d59f3c", kill_on_drop: false }` [INFO] [stdout] 14abce0cef75825b41bed44e98f3111c9873a0e354b480677f4a3367c0d59f3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "build" "--frozen" "--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] d61be58d1cc1c9c0067849b544d1d0532b52cf988bb66ddb2226f3ce05f308f9 [INFO] running `Command { std: "docker" "start" "-a" "d61be58d1cc1c9c0067849b544d1d0532b52cf988bb66ddb2226f3ce05f308f9", 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 2.48s [INFO] running `Command { std: "docker" "inspect" "d61be58d1cc1c9c0067849b544d1d0532b52cf988bb66ddb2226f3ce05f308f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d61be58d1cc1c9c0067849b544d1d0532b52cf988bb66ddb2226f3ce05f308f9", kill_on_drop: false }` [INFO] [stdout] d61be58d1cc1c9c0067849b544d1d0532b52cf988bb66ddb2226f3ce05f308f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "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] ac3dbc9cd4be976303fba8dce1589ffaeaf1d7946ce426e89e1c5a348ae26a35 [INFO] running `Command { std: "docker" "start" "-a" "ac3dbc9cd4be976303fba8dce1589ffaeaf1d7946ce426e89e1c5a348ae26a35", 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 1.24s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/teenyat-837e82df5f04865d) [INFO] running `Command { std: "docker" "inspect" "ac3dbc9cd4be976303fba8dce1589ffaeaf1d7946ce426e89e1c5a348ae26a35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac3dbc9cd4be976303fba8dce1589ffaeaf1d7946ce426e89e1c5a348ae26a35", kill_on_drop: false }` [INFO] [stdout] ac3dbc9cd4be976303fba8dce1589ffaeaf1d7946ce426e89e1c5a348ae26a35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 83549802efed1f0fce47729f99dd18e5e061d5a868280d2059982505a2efd30d [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" "83549802efed1f0fce47729f99dd18e5e061d5a868280d2059982505a2efd30d", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: variant is never constructed: `Ax` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/arch.rs:263:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 263 | Ax, [INFO] [stdout] [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.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/teenyat-837e82df5f04865d) [INFO] running `Command { std: "docker" "inspect" "83549802efed1f0fce47729f99dd18e5e061d5a868280d2059982505a2efd30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83549802efed1f0fce47729f99dd18e5e061d5a868280d2059982505a2efd30d", kill_on_drop: false }` [INFO] [stdout] 83549802efed1f0fce47729f99dd18e5e061d5a868280d2059982505a2efd30d