[INFO] cloning repository https://github.com/lazmond3/rust-nand2tetris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lazmond3/rust-nand2tetris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flazmond3%2Frust-nand2tetris", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flazmond3%2Frust-nand2tetris'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76b17b4665722036c42d9fa493705c3c7037b1ac [INFO] testing lazmond3/rust-nand2tetris against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flazmond3%2Frust-nand2tetris" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lazmond3/rust-nand2tetris on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lazmond3/rust-nand2tetris [INFO] finished tweaking git repo https://github.com/lazmond3/rust-nand2tetris [INFO] tweaked toml for git repo https://github.com/lazmond3/rust-nand2tetris written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/lazmond3/rust-nand2tetris already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4411687d8dd8251b07ee4682e52d64e34ac830a0952e5725cd5b5281c2058f3 [INFO] running `Command { std: "docker" "start" "-a" "d4411687d8dd8251b07ee4682e52d64e34ac830a0952e5725cd5b5281c2058f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4411687d8dd8251b07ee4682e52d64e34ac830a0952e5725cd5b5281c2058f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4411687d8dd8251b07ee4682e52d64e34ac830a0952e5725cd5b5281c2058f3", kill_on_drop: false }` [INFO] [stdout] d4411687d8dd8251b07ee4682e52d64e34ac830a0952e5725cd5b5281c2058f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d594e762e76787b0a6b9034f40f244beb1476765b9b011d01e6e7e9f87c1c79 [INFO] running `Command { std: "docker" "start" "-a" "4d594e762e76787b0a6b9034f40f244beb1476765b9b011d01e6e7e9f87c1c79", kill_on_drop: false }` [INFO] [stderr] Compiling nand2tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ClockState` [INFO] [stdout] --> src/dff.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::clock::{Clock, ClockState}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/ram.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::word::Word` [INFO] [stdout] --> src/rom.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::word::Word; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/rom.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/rom.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader` [INFO] [stdout] --> src/rom.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::char` [INFO] [stdout] --> src/word.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::char; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::Chars` [INFO] [stdout] --> src/word.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::str::Chars; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bit::Bit` [INFO] [stdout] --> src/keyboard.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bit::Bit; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::clock::Clock` [INFO] [stdout] --> src/keyboard.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::clock::Clock; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/keyboard.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `and` [INFO] [stdout] --> src/and.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn and(a: Bit, b: Bit) -> Bit { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `and_word` [INFO] [stdout] --> src/and.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | fn and_word(a: Word, b: Word) -> Word { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state_past` [INFO] [stdout] --> src/dff.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | state_past: Bit, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state_next` [INFO] [stdout] --> src/dff.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | state_next: Bit, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/dff.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `input` [INFO] [stdout] --> src/dff.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | fn input(&mut self, a: Bit, clock: &Clock) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say` [INFO] [stdout] --> src/ownership_test.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn say(u: usize) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say_fancy` [INFO] [stdout] --> src/ownership_test.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn say_fancy(u: FancyBox) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say_mut_fancy` [INFO] [stdout] --> src/ownership_test.rs:18:4 [INFO] [stdout] | [INFO] [stdout] 18 | fn say_mut_fancy(u: &FancyBox) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rom` [INFO] [stdout] --> src/rom.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | struct Rom { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/rom.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `easy_add` [INFO] [stdout] --> src/word.rs:167:4 [INFO] [stdout] | [INFO] [stdout] 167 | fn easy_add(one: Word, other: Word) -> Word { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `word` [INFO] [stdout] --> src/keyboard.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | word: Word, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `matching` [INFO] [stdout] --> src/keyboard.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | fn matching(line: String) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 47 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | | pos, RAM_WORDS_NUM [INFO] [stdout] 49 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 ~ panic!( [INFO] [stdout] 47 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | pos, RAM_WORDS_NUM [INFO] [stdout] 49 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:64:34 [INFO] [stdout] | [INFO] [stdout] 64 | Err(v) => panic!(format!( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 65 | | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | | file_name, v [INFO] [stdout] 67 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 64 ~ Err(v) => panic!( [INFO] [stdout] 65 | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | file_name, v [INFO] [stdout] 67 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 85 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | | a.len(), [INFO] [stdout] 87 | | RAM_WORDS_NUM [INFO] [stdout] 88 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 84 ~ panic!( [INFO] [stdout] 85 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | a.len(), [INFO] [stdout] 87 | RAM_WORDS_NUM [INFO] [stdout] 88 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 109 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 109 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 117 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 66 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 66 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 78 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 78 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 88 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 88 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 98 | | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | | a.len(), [INFO] [stdout] 100 | | BIT_WIDTH [INFO] [stdout] 101 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 97 ~ panic!( [INFO] [stdout] 98 | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | a.len(), [INFO] [stdout] 100 | BIT_WIDTH [INFO] [stdout] 101 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 125 | | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | | num [INFO] [stdout] 127 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 124 ~ panic!( [INFO] [stdout] 125 | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | num [INFO] [stdout] 127 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:259:20 [INFO] [stdout] | [INFO] [stdout] 259 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 259 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 259 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 268 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 268 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `Command { std: "docker" "inspect" "4d594e762e76787b0a6b9034f40f244beb1476765b9b011d01e6e7e9f87c1c79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d594e762e76787b0a6b9034f40f244beb1476765b9b011d01e6e7e9f87c1c79", kill_on_drop: false }` [INFO] [stdout] 4d594e762e76787b0a6b9034f40f244beb1476765b9b011d01e6e7e9f87c1c79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4015889344de4287af05db5fe57dc625a81223b9aaab405ae5bd3150840d0da [INFO] running `Command { std: "docker" "start" "-a" "b4015889344de4287af05db5fe57dc625a81223b9aaab405ae5bd3150840d0da", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `ClockState` [INFO] [stdout] --> src/dff.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::clock::{Clock, ClockState}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/ram.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::word::Word` [INFO] [stdout] --> src/rom.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::word::Word; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/rom.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/rom.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader` [INFO] [stdout] --> src/rom.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::char` [INFO] [stdout] --> src/word.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::char; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::Chars` [INFO] [stdout] --> src/word.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::str::Chars; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bit::Bit` [INFO] [stdout] --> src/keyboard.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bit::Bit; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::clock::Clock` [INFO] [stdout] --> src/keyboard.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::clock::Clock; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/keyboard.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `and` [INFO] [stdout] --> src/and.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn and(a: Bit, b: Bit) -> Bit { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `and_word` [INFO] [stdout] --> src/and.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | fn and_word(a: Word, b: Word) -> Word { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state_past` [INFO] [stdout] --> src/dff.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | state_past: Bit, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state_next` [INFO] [stdout] --> src/dff.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | state_next: Bit, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/dff.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `input` [INFO] [stdout] --> src/dff.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | fn input(&mut self, a: Bit, clock: &Clock) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say` [INFO] [stdout] --> src/ownership_test.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn say(u: usize) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say_fancy` [INFO] [stdout] --> src/ownership_test.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn say_fancy(u: FancyBox) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `say_mut_fancy` [INFO] [stdout] --> src/ownership_test.rs:18:4 [INFO] [stdout] | [INFO] [stdout] 18 | fn say_mut_fancy(u: &FancyBox) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rom` [INFO] [stdout] --> src/rom.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | struct Rom { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/rom.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `easy_add` [INFO] [stdout] --> src/word.rs:167:4 [INFO] [stdout] | [INFO] [stdout] 167 | fn easy_add(one: Word, other: Word) -> Word { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `word` [INFO] [stdout] --> src/keyboard.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | word: Word, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `matching` [INFO] [stdout] --> src/keyboard.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | fn matching(line: String) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 47 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | | pos, RAM_WORDS_NUM [INFO] [stdout] 49 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 ~ panic!( [INFO] [stdout] 47 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | pos, RAM_WORDS_NUM [INFO] [stdout] 49 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:64:34 [INFO] [stdout] | [INFO] [stdout] 64 | Err(v) => panic!(format!( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 65 | | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | | file_name, v [INFO] [stdout] 67 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 64 ~ Err(v) => panic!( [INFO] [stdout] 65 | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | file_name, v [INFO] [stdout] 67 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 85 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | | a.len(), [INFO] [stdout] 87 | | RAM_WORDS_NUM [INFO] [stdout] 88 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 84 ~ panic!( [INFO] [stdout] 85 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | a.len(), [INFO] [stdout] 87 | RAM_WORDS_NUM [INFO] [stdout] 88 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 109 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 109 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 117 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 66 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 66 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 78 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 78 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 88 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 88 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 98 | | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | | a.len(), [INFO] [stdout] 100 | | BIT_WIDTH [INFO] [stdout] 101 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 97 ~ panic!( [INFO] [stdout] 98 | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | a.len(), [INFO] [stdout] 100 | BIT_WIDTH [INFO] [stdout] 101 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 125 | | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | | num [INFO] [stdout] 127 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 124 ~ panic!( [INFO] [stdout] 125 | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | num [INFO] [stdout] 127 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:259:20 [INFO] [stdout] | [INFO] [stdout] 259 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 259 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 259 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nand2tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 268 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 268 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClockState` [INFO] [stdout] --> src/dff.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::clock::{Clock, ClockState}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/ram.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::word::Word` [INFO] [stdout] --> src/rom.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::word::Word; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/rom.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/rom.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader` [INFO] [stdout] --> src/rom.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/rom.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::char` [INFO] [stdout] --> src/word.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::char; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::Chars` [INFO] [stdout] --> src/word.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::str::Chars; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bit::Bit` [INFO] [stdout] --> src/keyboard.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bit::Bit; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::clock::Clock` [INFO] [stdout] --> src/keyboard.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::clock::Clock; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/keyboard.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rom` [INFO] [stdout] --> src/rom.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | struct Rom { [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: `new` [INFO] [stdout] --> src/rom.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `easy_add` [INFO] [stdout] --> src/word.rs:167:4 [INFO] [stdout] | [INFO] [stdout] 167 | fn easy_add(one: Word, other: Word) -> Word { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `word` [INFO] [stdout] --> src/keyboard.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | word: Word, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 47 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | | pos, RAM_WORDS_NUM [INFO] [stdout] 49 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 ~ panic!( [INFO] [stdout] 47 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 48 | pos, RAM_WORDS_NUM [INFO] [stdout] 49 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:64:34 [INFO] [stdout] | [INFO] [stdout] 64 | Err(v) => panic!(format!( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 65 | | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | | file_name, v [INFO] [stdout] 67 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 64 ~ Err(v) => panic!( [INFO] [stdout] 65 | "failed to load file: {}, due to : {}", [INFO] [stdout] 66 | file_name, v [INFO] [stdout] 67 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 85 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | | a.len(), [INFO] [stdout] 87 | | RAM_WORDS_NUM [INFO] [stdout] 88 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 84 ~ panic!( [INFO] [stdout] 85 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stdout] 86 | a.len(), [INFO] [stdout] 87 | RAM_WORDS_NUM [INFO] [stdout] 88 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 109 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 109 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ram.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 117 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 66 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 66 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 78 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stdout] 78 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 88 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 88 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 98 | | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | | a.len(), [INFO] [stdout] 100 | | BIT_WIDTH [INFO] [stdout] 101 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 97 ~ panic!( [INFO] [stdout] 98 | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stdout] 99 | a.len(), [INFO] [stdout] 100 | BIT_WIDTH [INFO] [stdout] 101 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 125 | | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | | num [INFO] [stdout] 127 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 124 ~ panic!( [INFO] [stdout] 125 | "num_to_bit conversion failed: {} is out of range.", [INFO] [stdout] 126 | num [INFO] [stdout] 127 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:259:20 [INFO] [stdout] | [INFO] [stdout] 259 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 259 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 259 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 268 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stdout] 268 + panic!("index fail: {} is out of range.", index) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:354:24 [INFO] [stdout] | [INFO] [stdout] 354 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 355 | | "failed to convert from str: {}, err: {}", [INFO] [stdout] 356 | | mstr, err [INFO] [stdout] 357 | | )) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 354 ~ panic!( [INFO] [stdout] 355 | "failed to convert from str: {}, err: {}", [INFO] [stdout] 356 | mstr, err [INFO] [stdout] 357 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/word.rs:371:29 [INFO] [stdout] | [INFO] [stdout] 371 | Ok(v) => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 372 | | "This test should fail on : {}. : {}", [INFO] [stdout] 373 | | v.to_string(), [INFO] [stdout] 374 | | mstr [INFO] [stdout] 375 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 371 ~ Ok(v) => panic!( [INFO] [stdout] 372 | "This test should fail on : {}. : {}", [INFO] [stdout] 373 | v.to_string(), [INFO] [stdout] 374 | mstr [INFO] [stdout] 375 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "b4015889344de4287af05db5fe57dc625a81223b9aaab405ae5bd3150840d0da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4015889344de4287af05db5fe57dc625a81223b9aaab405ae5bd3150840d0da", kill_on_drop: false }` [INFO] [stdout] b4015889344de4287af05db5fe57dc625a81223b9aaab405ae5bd3150840d0da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 38681c059c1767b0cc9f37a805515fa2130c8ef5aef82a2955dd260ca83858bf [INFO] running `Command { std: "docker" "start" "-a" "38681c059c1767b0cc9f37a805515fa2130c8ef5aef82a2955dd260ca83858bf", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `ClockState` [INFO] [stderr] --> src/dff.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::clock::{Clock, ClockState}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/ram.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::word::Word` [INFO] [stderr] --> src/rom.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::word::Word; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/rom.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/rom.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BufRead`, `BufReader` [INFO] [stderr] --> src/rom.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::{BufRead, BufReader}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::char` [INFO] [stderr] --> src/word.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::char; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::str::Chars` [INFO] [stderr] --> src/word.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::str::Chars; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::bit::Bit` [INFO] [stderr] --> src/keyboard.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::bit::Bit; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::clock::Clock` [INFO] [stderr] --> src/keyboard.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::clock::Clock; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/keyboard.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `and` [INFO] [stderr] --> src/and.rs:6:4 [INFO] [stderr] | [INFO] [stderr] 6 | fn and(a: Bit, b: Bit) -> Bit { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `and_word` [INFO] [stderr] --> src/and.rs:10:4 [INFO] [stderr] | [INFO] [stderr] 10 | fn and_word(a: Word, b: Word) -> Word { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `state_past` [INFO] [stderr] --> src/dff.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | state_past: Bit, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `state_next` [INFO] [stderr] --> src/dff.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | state_next: Bit, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/dff.rs:10:8 [INFO] [stderr] | [INFO] [stderr] 10 | fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `input` [INFO] [stderr] --> src/dff.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | fn input(&mut self, a: Bit, clock: &Clock) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `say` [INFO] [stderr] --> src/ownership_test.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | fn say(u: usize) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `say_fancy` [INFO] [stderr] --> src/ownership_test.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | fn say_fancy(u: FancyBox) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `say_mut_fancy` [INFO] [stderr] --> src/ownership_test.rs:18:4 [INFO] [stderr] | [INFO] [stderr] 18 | fn say_mut_fancy(u: &FancyBox) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Rom` [INFO] [stderr] --> src/rom.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | struct Rom { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/rom.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `easy_add` [INFO] [stderr] --> src/word.rs:167:4 [INFO] [stderr] | [INFO] [stderr] 167 | fn easy_add(one: Word, other: Word) -> Word { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `word` [INFO] [stderr] --> src/keyboard.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | word: Word, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `matching` [INFO] [stderr] --> src/keyboard.rs:28:8 [INFO] [stderr] | [INFO] [stderr] 28 | fn matching(line: String) -> Option { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ram.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 47 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stderr] 48 | | pos, RAM_WORDS_NUM [INFO] [stderr] 49 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 46 ~ panic!( [INFO] [stderr] 47 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stderr] 48 | pos, RAM_WORDS_NUM [INFO] [stderr] 49 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ram.rs:64:34 [INFO] [stderr] | [INFO] [stderr] 64 | Err(v) => panic!(format!( [INFO] [stderr] | __________________________________^ [INFO] [stderr] 65 | | "failed to load file: {}, due to : {}", [INFO] [stderr] 66 | | file_name, v [INFO] [stderr] 67 | | )), [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 64 ~ Err(v) => panic!( [INFO] [stderr] 65 | "failed to load file: {}, due to : {}", [INFO] [stderr] 66 | file_name, v [INFO] [stderr] 67 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ram.rs:84:20 [INFO] [stderr] | [INFO] [stderr] 84 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 85 | | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stderr] 86 | | a.len(), [INFO] [stderr] 87 | | RAM_WORDS_NUM [INFO] [stderr] 88 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 84 ~ panic!( [INFO] [stderr] 85 | "range error: vector range:{} is mismatched to RAM_WORDS_NUM:{}.", [INFO] [stderr] 86 | a.len(), [INFO] [stderr] 87 | RAM_WORDS_NUM [INFO] [stderr] 88 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ram.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 109 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] 109 + panic!("index fail: {} is out of range.", index) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ram.rs:117:20 [INFO] [stderr] | [INFO] [stderr] 117 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 117 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] 117 + panic!("index fail: {} is out of range.", index) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:66:29 [INFO] [stderr] | [INFO] [stderr] 66 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 66 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stderr] 66 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:78:29 [INFO] [stderr] | [INFO] [stderr] 78 | _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 78 - _ => panic!(format!("cannot convert to Bit from : {}", c)), [INFO] [stderr] 78 + _ => panic!("cannot convert to Bit from : {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 88 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] 88 + panic!("index fail: {} is out of range.", index) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:97:20 [INFO] [stderr] | [INFO] [stderr] 97 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 98 | | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stderr] 99 | | a.len(), [INFO] [stderr] 100 | | BIT_WIDTH [INFO] [stderr] 101 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 97 ~ panic!( [INFO] [stderr] 98 | "range error: vector range:{} is mismatched to BIT_WIDTH:{}.", [INFO] [stderr] 99 | a.len(), [INFO] [stderr] 100 | BIT_WIDTH [INFO] [stderr] 101 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 125 | | "num_to_bit conversion failed: {} is out of range.", [INFO] [stderr] 126 | | num [INFO] [stderr] 127 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 124 ~ panic!( [INFO] [stderr] 125 | "num_to_bit conversion failed: {} is out of range.", [INFO] [stderr] 126 | num [INFO] [stderr] 127 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:259:20 [INFO] [stderr] | [INFO] [stderr] 259 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 259 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] 259 + panic!("index fail: {} is out of range.", index) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:268:20 [INFO] [stderr] | [INFO] [stderr] 268 | panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 268 - panic!(format!("index fail: {} is out of range.", index)) [INFO] [stderr] 268 + panic!("index fail: {} is out of range.", index) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `nand2tetris` (lib) generated 37 warnings [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/rom.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Rom` [INFO] [stderr] --> src/rom.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | struct Rom { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:354:24 [INFO] [stderr] | [INFO] [stderr] 354 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 355 | | "failed to convert from str: {}, err: {}", [INFO] [stderr] 356 | | mstr, err [INFO] [stderr] 357 | | )) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 354 ~ panic!( [INFO] [stderr] 355 | "failed to convert from str: {}, err: {}", [INFO] [stderr] 356 | mstr, err [INFO] [stderr] 357 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/word.rs:371:29 [INFO] [stderr] | [INFO] [stderr] 371 | Ok(v) => panic!(format!( [INFO] [stderr] | _____________________________^ [INFO] [stderr] 372 | | "This test should fail on : {}. : {}", [INFO] [stderr] 373 | | v.to_string(), [INFO] [stderr] 374 | | mstr [INFO] [stderr] 375 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 371 ~ Ok(v) => panic!( [INFO] [stderr] 372 | "This test should fail on : {}. : {}", [INFO] [stderr] 373 | v.to_string(), [INFO] [stderr] 374 | mstr [INFO] [stderr] 375 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `nand2tetris` (lib test) generated 30 warnings (26 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/nand2tetris-7500daef8cdad274) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test alu::tests::for_alu_add ... ok [INFO] [stdout] test and::tests::for_and ... ok [INFO] [stdout] test and::tests::for_and_word ... ok [INFO] [stdout] test dff::tests::for_dff ... ok [INFO] [stdout] test dmux::tests::for_dmux ... ok [INFO] [stdout] test keyboard::tests::matching ... ok [INFO] [stdout] test nand::tests::for_nand ... ok [INFO] [stdout] test not::tests::for_not ... ok [INFO] [stdout] test not_word::tests::for_not_word ... ok [INFO] [stdout] test ownership_test::tests::for_move_multiple ... ok [INFO] [stdout] test ownership_test::tests::for_move_say_fancy ... ok [INFO] [stdout] test ownership_test::tests::for_move_say_mut_fancy ... ok [INFO] [stdout] test word::tests::for_add_test ... ok [INFO] [stdout] test word::tests::for_and_word ... ok [INFO] [stdout] test ram::tests::for_ram ... ok [INFO] [stdout] test rom::tests::format_test ... ok [INFO] [stdout] test word::tests::for_convert_vec_to_internal_word ... ok [INFO] [stdout] test word::tests::for_bit_shift_direction ... ok [INFO] [stdout] test word::tests::for_equality ... ok [INFO] [stdout] test ram::tests::for_one_line_word ... ok [INFO] [stdout] test word::tests::for_num_to_bit ... ok [INFO] [stdout] test word::tests::for_to_num ... ok [INFO] [stdout] test word::tests::for_word ... ok [INFO] [stdout] test word::tests::from_string ... ok [INFO] [stdout] test word::tests::from_string_failed ... ok [INFO] [stdout] test ram::tests::load_new ... ok [INFO] [stdout] test ram::tests::for_vec_array ... ok [INFO] [stdout] test ram::tests::load_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/nand2tetris-f681db16fa8c17fb) [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 nand2tetris [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" "38681c059c1767b0cc9f37a805515fa2130c8ef5aef82a2955dd260ca83858bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38681c059c1767b0cc9f37a805515fa2130c8ef5aef82a2955dd260ca83858bf", kill_on_drop: false }` [INFO] [stdout] 38681c059c1767b0cc9f37a805515fa2130c8ef5aef82a2955dd260ca83858bf