[INFO] cloning repository https://github.com/leElvyn/rustyboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leElvyn/rustyboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FleElvyn%2Frustyboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FleElvyn%2Frustyboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a3a1628a53bf3af7b71537c049bdde92b104716 [INFO] testing leElvyn/rustyboy 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%2FleElvyn%2Frustyboy" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leElvyn/rustyboy 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/leElvyn/rustyboy [INFO] finished tweaking git repo https://github.com/leElvyn/rustyboy [INFO] tweaked toml for git repo https://github.com/leElvyn/rustyboy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/leElvyn/rustyboy 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] ef5b34199c7d5a29876eb442855b5557dc973335d9ebb47ea6dd784f75fd7f8f [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" "ef5b34199c7d5a29876eb442855b5557dc973335d9ebb47ea6dd784f75fd7f8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef5b34199c7d5a29876eb442855b5557dc973335d9ebb47ea6dd784f75fd7f8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5b34199c7d5a29876eb442855b5557dc973335d9ebb47ea6dd784f75fd7f8f", kill_on_drop: false }` [INFO] [stdout] ef5b34199c7d5a29876eb442855b5557dc973335d9ebb47ea6dd784f75fd7f8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7143510043a05a05d752b699e4b79ece535e7fabb9c42b4d18445106a5cbfdd7 [INFO] running `Command { std: "docker" "start" "-a" "7143510043a05a05d752b699e4b79ece535e7fabb9c42b4d18445106a5cbfdd7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustyboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/processingUnit/mod.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | _ => panic!() [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Cpu` [INFO] [stdout] --> src/processingUnit/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct Cpu { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ld` [INFO] [stdout] --> src/processingUnit/mod.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ld(mut self, end_location: &str, start_location: &str) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `work_ram` [INFO] [stdout] --> src/processingUnit/memory.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | work_ram: [u8; 8192] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `FullMemory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/memory.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `update_memory` [INFO] [stdout] --> src/processingUnit/memory.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn update_memory(&mut self, address: u16, value: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `access_memory` [INFO] [stdout] --> src/processingUnit/memory.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn access_memory(&self, address: u16) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `a` [INFO] [stdout] --> src/processingUnit/registers.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | a: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `f` [INFO] [stdout] --> src/processingUnit/registers.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | f: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `b` [INFO] [stdout] --> src/processingUnit/registers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | b:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `c` [INFO] [stdout] --> src/processingUnit/registers.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | c:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `d` [INFO] [stdout] --> src/processingUnit/registers.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | d:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `e` [INFO] [stdout] --> src/processingUnit/registers.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | e:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `h` [INFO] [stdout] --> src/processingUnit/registers.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | h:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `l` [INFO] [stdout] --> src/processingUnit/registers.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | l:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `sp` [INFO] [stdout] --> src/processingUnit/registers.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | sp:u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `pc` [INFO] [stdout] --> src/processingUnit/registers.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pc:u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `access` [INFO] [stdout] --> src/processingUnit/registers.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn access(self, address: &str) -> u8{ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/processingUnit/registers.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn update(mut self, address: &str, value: u8) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `match_arg` [INFO] [stdout] --> src/utils/match_argument.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn match_arg(argument:&str) -> ArgumentTypes{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ArgumentTypes` [INFO] [stdout] --> src/enums/enumsProcessingUnit.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum ArgumentTypes { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `processingUnit` should have a snake case name [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | mod processingUnit; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_unit` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `enumsProcessingUnit` should have a snake case name [INFO] [stdout] --> src/main.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub mod enumsProcessingUnit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enums_processing_unit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "7143510043a05a05d752b699e4b79ece535e7fabb9c42b4d18445106a5cbfdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7143510043a05a05d752b699e4b79ece535e7fabb9c42b4d18445106a5cbfdd7", kill_on_drop: false }` [INFO] [stdout] 7143510043a05a05d752b699e4b79ece535e7fabb9c42b4d18445106a5cbfdd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e9bcd3eb446bb49b9882188296082465b8711ef886a1b14fed0a34740206b299 [INFO] running `Command { std: "docker" "start" "-a" "e9bcd3eb446bb49b9882188296082465b8711ef886a1b14fed0a34740206b299", kill_on_drop: false }` [INFO] [stderr] Compiling rustyboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/processingUnit/mod.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | _ => panic!() [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Cpu` [INFO] [stdout] --> src/processingUnit/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct Cpu { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ld` [INFO] [stdout] --> src/processingUnit/mod.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ld(mut self, end_location: &str, start_location: &str) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `work_ram` [INFO] [stdout] --> src/processingUnit/memory.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | work_ram: [u8; 8192] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `FullMemory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/memory.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `update_memory` [INFO] [stdout] --> src/processingUnit/memory.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn update_memory(&mut self, address: u16, value: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `access_memory` [INFO] [stdout] --> src/processingUnit/memory.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn access_memory(&self, address: u16) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `a` [INFO] [stdout] --> src/processingUnit/registers.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | a: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `f` [INFO] [stdout] --> src/processingUnit/registers.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | f: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `b` [INFO] [stdout] --> src/processingUnit/registers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | b:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `c` [INFO] [stdout] --> src/processingUnit/registers.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | c:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `d` [INFO] [stdout] --> src/processingUnit/registers.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | d:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `e` [INFO] [stdout] --> src/processingUnit/registers.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | e:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `h` [INFO] [stdout] --> src/processingUnit/registers.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | h:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `l` [INFO] [stdout] --> src/processingUnit/registers.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | l:u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `sp` [INFO] [stdout] --> src/processingUnit/registers.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | sp:u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: field is never read: `pc` [INFO] [stdout] --> src/processingUnit/registers.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pc:u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/processingUnit/registers.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `access` [INFO] [stdout] --> src/processingUnit/registers.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn access(self, address: &str) -> u8{ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/processingUnit/registers.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn update(mut self, address: &str, value: u8) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `match_arg` [INFO] [stdout] --> src/utils/match_argument.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn match_arg(argument:&str) -> ArgumentTypes{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ArgumentTypes` [INFO] [stdout] --> src/enums/enumsProcessingUnit.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum ArgumentTypes { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `processingUnit` should have a snake case name [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | mod processingUnit; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_unit` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `enumsProcessingUnit` should have a snake case name [INFO] [stdout] --> src/main.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub mod enumsProcessingUnit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enums_processing_unit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "e9bcd3eb446bb49b9882188296082465b8711ef886a1b14fed0a34740206b299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9bcd3eb446bb49b9882188296082465b8711ef886a1b14fed0a34740206b299", kill_on_drop: false }` [INFO] [stdout] e9bcd3eb446bb49b9882188296082465b8711ef886a1b14fed0a34740206b299 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 467365a81f0f4c2cd05f9ebd90aec38cce385e57cce7facf62b7b8c761dbd0b5 [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" "467365a81f0f4c2cd05f9ebd90aec38cce385e57cce7facf62b7b8c761dbd0b5", kill_on_drop: false }` [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/processingUnit/mod.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | _ => panic!() [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Cpu` [INFO] [stderr] --> src/processingUnit/mod.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | struct Cpu { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `ld` [INFO] [stderr] --> src/processingUnit/mod.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn ld(mut self, end_location: &str, start_location: &str) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `work_ram` [INFO] [stderr] --> src/processingUnit/memory.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | work_ram: [u8; 8192] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `FullMemory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/memory.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: `update_memory` [INFO] [stderr] --> src/processingUnit/memory.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn update_memory(&mut self, address: u16, value: u8) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `access_memory` [INFO] [stderr] --> src/processingUnit/memory.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn access_memory(&self, address: u16) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `a` [INFO] [stderr] --> src/processingUnit/registers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | a: u8, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `f` [INFO] [stderr] --> src/processingUnit/registers.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | f: u8, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `b` [INFO] [stderr] --> src/processingUnit/registers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | b:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `c` [INFO] [stderr] --> src/processingUnit/registers.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | c:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `d` [INFO] [stderr] --> src/processingUnit/registers.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | d:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `e` [INFO] [stderr] --> src/processingUnit/registers.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | e:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `h` [INFO] [stderr] --> src/processingUnit/registers.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | h:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `l` [INFO] [stderr] --> src/processingUnit/registers.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | l:u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `sp` [INFO] [stderr] --> src/processingUnit/registers.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | sp:u16, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: field is never read: `pc` [INFO] [stderr] --> src/processingUnit/registers.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pc:u16, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Registers` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/processingUnit/registers.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: `access` [INFO] [stderr] --> src/processingUnit/registers.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn access(self, address: &str) -> u8{ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `update` [INFO] [stderr] --> src/processingUnit/registers.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn update(mut self, address: &str, value: u8) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `match_arg` [INFO] [stderr] --> src/utils/match_argument.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn match_arg(argument:&str) -> ArgumentTypes{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ArgumentTypes` [INFO] [stderr] --> src/enums/enumsProcessingUnit.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | pub enum ArgumentTypes { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module `processingUnit` should have a snake case name [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | mod processingUnit; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_unit` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: module `enumsProcessingUnit` should have a snake case name [INFO] [stderr] --> src/main.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | pub mod enumsProcessingUnit; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enums_processing_unit` [INFO] [stderr] [INFO] [stderr] warning: `rustyboy` (bin "rustyboy" test) generated 22 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustyboy-c397be5f9008b6cf) [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" "467365a81f0f4c2cd05f9ebd90aec38cce385e57cce7facf62b7b8c761dbd0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "467365a81f0f4c2cd05f9ebd90aec38cce385e57cce7facf62b7b8c761dbd0b5", kill_on_drop: false }` [INFO] [stdout] 467365a81f0f4c2cd05f9ebd90aec38cce385e57cce7facf62b7b8c761dbd0b5