[INFO] cloning repository https://github.com/grigoryk/toy8080 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grigoryk/toy8080" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrigoryk%2Ftoy8080", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrigoryk%2Ftoy8080'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a304ce88d9bc97a3f5ff93908784dc73ac4f2c9a [INFO] testing grigoryk/toy8080 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%2Fgrigoryk%2Ftoy8080" "/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/grigoryk/toy8080 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/grigoryk/toy8080 [INFO] finished tweaking git repo https://github.com/grigoryk/toy8080 [INFO] tweaked toml for git repo https://github.com/grigoryk/toy8080 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/grigoryk/toy8080 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fd03874a7151ad3249f30072526d762b3d621a21fa18275a94cfd4c98954577c [INFO] running `Command { std: "docker" "start" "-a" "fd03874a7151ad3249f30072526d762b3d621a21fa18275a94cfd4c98954577c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd03874a7151ad3249f30072526d762b3d621a21fa18275a94cfd4c98954577c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd03874a7151ad3249f30072526d762b3d621a21fa18275a94cfd4c98954577c", kill_on_drop: false }` [INFO] [stdout] fd03874a7151ad3249f30072526d762b3d621a21fa18275a94cfd4c98954577c [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] e4a9c4aab9bb3f407368cb3b92b17cef0b692162dc63238a90a7420b7c27d230 [INFO] running `Command { std: "docker" "start" "-a" "e4a9c4aab9bb3f407368cb3b92b17cef0b692162dc63238a90a7420b7c27d230", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling toy8080 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `A` [INFO] [stdout] --> src/state.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `B` [INFO] [stdout] --> src/state.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `C` [INFO] [stdout] --> src/state.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `D` [INFO] [stdout] --> src/state.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `E` [INFO] [stdout] --> src/state.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `H` [INFO] [stdout] --> src/state.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `L` [INFO] [stdout] --> src/state.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `Di` [INFO] [stdout] --> src/instructions.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Di, // special [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Debug)] [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: `Unused` [INFO] [stdout] --> src/instructions.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Unused, // ??? [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Debug)] [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `Command { std: "docker" "inspect" "e4a9c4aab9bb3f407368cb3b92b17cef0b692162dc63238a90a7420b7c27d230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4a9c4aab9bb3f407368cb3b92b17cef0b692162dc63238a90a7420b7c27d230", kill_on_drop: false }` [INFO] [stdout] e4a9c4aab9bb3f407368cb3b92b17cef0b692162dc63238a90a7420b7c27d230 [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] [stdout] 234a83e180c407de4d0ebb63890f4b024239d57e0dbd04947c9856e13260b6f3 [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" "234a83e180c407de4d0ebb63890f4b024239d57e0dbd04947c9856e13260b6f3", kill_on_drop: false }` [INFO] [stderr] Compiling toy8080 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `A` [INFO] [stdout] --> src/state.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `B` [INFO] [stdout] --> src/state.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `C` [INFO] [stdout] --> src/state.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `D` [INFO] [stdout] --> src/state.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `E` [INFO] [stdout] --> src/state.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `H` [INFO] [stdout] --> src/state.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `L` [INFO] [stdout] --> src/state.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | A, B, C, D, E, H, L [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/state.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Clone, Debug)] [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: `Di` [INFO] [stdout] --> src/instructions.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | Di, // special [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Debug)] [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: `Unused` [INFO] [stdout] --> src/instructions.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | Unused, // ??? [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Debug)] [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.57s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/toy8080-b84bfef889e3453e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/toy8080-39d52914d0621ca9) [INFO] running `Command { std: "docker" "inspect" "234a83e180c407de4d0ebb63890f4b024239d57e0dbd04947c9856e13260b6f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "234a83e180c407de4d0ebb63890f4b024239d57e0dbd04947c9856e13260b6f3", kill_on_drop: false }` [INFO] [stdout] 234a83e180c407de4d0ebb63890f4b024239d57e0dbd04947c9856e13260b6f3 [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] 2f7faf31604cbd7bf8f29511bc2677f8b486afde83bc0aaf32a6841ecbe2d309 [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" "2f7faf31604cbd7bf8f29511bc2677f8b486afde83bc0aaf32a6841ecbe2d309", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `A` [INFO] [stderr] --> src/state.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `B` [INFO] [stderr] --> src/state.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `C` [INFO] [stderr] --> src/state.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `D` [INFO] [stderr] --> src/state.rs:3:14 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `E` [INFO] [stderr] --> src/state.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `H` [INFO] [stderr] --> src/state.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `L` [INFO] [stderr] --> src/state.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | A, B, C, D, E, H, L [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] note: `Register` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/state.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Clone, Debug)] [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: `Di` [INFO] [stderr] --> src/instructions.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | Di, // special [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/instructions.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone, Debug)] [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: `Unused` [INFO] [stderr] --> src/instructions.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | Unused, // ??? [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cmd` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/instructions.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone, Debug)] [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: `toy8080` (bin "toy8080" test) generated 9 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toy8080-b84bfef889e3453e) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toy8080-39d52914d0621ca9) [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] [stderr] Doc-tests toy8080 [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" "2f7faf31604cbd7bf8f29511bc2677f8b486afde83bc0aaf32a6841ecbe2d309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f7faf31604cbd7bf8f29511bc2677f8b486afde83bc0aaf32a6841ecbe2d309", kill_on_drop: false }` [INFO] [stdout] 2f7faf31604cbd7bf8f29511bc2677f8b486afde83bc0aaf32a6841ecbe2d309