[INFO] fetching crate pwr-hd44780 0.1.3... [INFO] testing pwr-hd44780-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pwr-hd44780 0.1.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pwr-hd44780 0.1.3 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 crates.io crate pwr-hd44780 0.1.3 [INFO] finished tweaking crates.io crate pwr-hd44780 0.1.3 [INFO] tweaked toml for crates.io crate pwr-hd44780 0.1.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rppal v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0389dfa35c586fb90806526d404a04144b522fcdaf413a472b3804650fb33c67 [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" "0389dfa35c586fb90806526d404a04144b522fcdaf413a472b3804650fb33c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0389dfa35c586fb90806526d404a04144b522fcdaf413a472b3804650fb33c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0389dfa35c586fb90806526d404a04144b522fcdaf413a472b3804650fb33c67", kill_on_drop: false }` [INFO] [stdout] 0389dfa35c586fb90806526d404a04144b522fcdaf413a472b3804650fb33c67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5485e8491a9b393e7237f8872db2cf80cd7cc1fca65fc117b04c1e883d7b9cd0 [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" "5485e8491a9b393e7237f8872db2cf80cd7cc1fca65fc117b04c1e883d7b9cd0", kill_on_drop: false }` [INFO] [stderr] Compiling rppal v0.2.0 [INFO] [stderr] Compiling pwr-hd44780 v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:21:51 [INFO] [stdout] | [INFO] [stdout] 21 | pub type Result = ::std::result::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - pub type Result = ::std::result::Result>; [INFO] [stdout] 21 + pub type Result = ::std::result::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | bus: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - bus: Box, [INFO] [stdout] 13 + bus: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] 26 + pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] 40 + pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.41s [INFO] running `Command { std: "docker" "inspect" "5485e8491a9b393e7237f8872db2cf80cd7cc1fca65fc117b04c1e883d7b9cd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5485e8491a9b393e7237f8872db2cf80cd7cc1fca65fc117b04c1e883d7b9cd0", kill_on_drop: false }` [INFO] [stdout] 5485e8491a9b393e7237f8872db2cf80cd7cc1fca65fc117b04c1e883d7b9cd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] 815ed6df7751d8387d53e2b1ab57a0ead1034311480f20e525b3d04099303012 [INFO] running `Command { std: "docker" "start" "-a" "815ed6df7751d8387d53e2b1ab57a0ead1034311480f20e525b3d04099303012", kill_on_drop: false }` [INFO] [stderr] Compiling pwr-hd44780 v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:21:51 [INFO] [stdout] | [INFO] [stdout] 21 | pub type Result = ::std::result::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - pub type Result = ::std::result::Result>; [INFO] [stdout] 21 + pub type Result = ::std::result::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | bus: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - bus: Box, [INFO] [stdout] 13 + bus: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] 26 + pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] 40 + pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:21:51 [INFO] [stdout] | [INFO] [stdout] 21 | pub type Result = ::std::result::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - pub type Result = ::std::result::Result>; [INFO] [stdout] 21 + pub type Result = ::std::result::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | bus: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - bus: Box, [INFO] [stdout] 13 + bus: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] 26 + pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frontends/direct.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] 40 + pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "815ed6df7751d8387d53e2b1ab57a0ead1034311480f20e525b3d04099303012", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "815ed6df7751d8387d53e2b1ab57a0ead1034311480f20e525b3d04099303012", kill_on_drop: false }` [INFO] [stdout] 815ed6df7751d8387d53e2b1ab57a0ead1034311480f20e525b3d04099303012 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9d3fb03b070c13943bf1853c8ed5baa047a8e43704046d6f9c7d245cab682066 [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" "9d3fb03b070c13943bf1853c8ed5baa047a8e43704046d6f9c7d245cab682066", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | pub type Result = ::std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 21 - pub type Result = ::std::result::Result>; [INFO] [stderr] 21 + pub type Result = ::std::result::Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/frontends/direct.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | bus: Box, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 13 - bus: Box, [INFO] [stderr] 13 + bus: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/frontends/direct.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 26 - pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stderr] 26 + pub fn new(bus: Box, width: usize, height: usize) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/frontends/direct.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 40 - pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stderr] 40 + pub fn new_ex(bus: Box, properties: Properties) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `pwr-hd44780` (lib) generated 4 warnings [INFO] [stderr] warning: `pwr-hd44780` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pwr_hd44780-3db3a674b4ff7704) [INFO] [stdout] [INFO] [stderr] Doc-tests pwr-hd44780 [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] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - Hd44780::move_at (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - Hd44780::print_at (line 98) ... FAILED [INFO] [stdout] test src/lib.rs - Hd44780::print (line 78) ... FAILED [INFO] [stdout] test src/lib.rs - Hd44780::create_char (line 139) ... FAILED [INFO] [stdout] test src/lib.rs - Hd44780::print_char_at (line 60) ... FAILED [INFO] [stdout] test src/lib.rs - Hd44780::print_char (line 50) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Hd44780::move_at (line 35) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.move_at(2, 2); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Hd44780::print_at (line 98) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.print_at(1, 0, "Hello World!"); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 4 | lcd.print_at(2, 0, format!("Hello, {}!", someone)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `someone` in this scope [INFO] [stdout] --> src/lib.rs:100:42 [INFO] [stdout] | [INFO] [stdout] 4 | lcd.print_at(2, 0, format!("Hello, {}!", someone)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Hd44780::print (line 78) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.print("Hello World!"); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 4 | lcd.print(format!("Hello, {}!", someone)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `someone` in this scope [INFO] [stdout] --> src/lib.rs:80:33 [INFO] [stdout] | [INFO] [stdout] 4 | lcd.print(format!("Hello, {}!", someone)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Hd44780::create_char (line 139) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.create_char(1, [ [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 14 | lcd.print_char(1); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Hd44780::print_char_at (line 60) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.print_char_at(1, 0, 2); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Hd44780::print_char (line 50) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `lcd` in this scope [INFO] [stdout] --> src/lib.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 3 | lcd.print_char(2); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - Hd44780::create_char (line 139) [INFO] [stdout] src/lib.rs - Hd44780::move_at (line 35) [INFO] [stdout] src/lib.rs - Hd44780::print (line 78) [INFO] [stdout] src/lib.rs - Hd44780::print_at (line 98) [INFO] [stdout] src/lib.rs - Hd44780::print_char (line 50) [INFO] [stdout] src/lib.rs - Hd44780::print_char_at (line 60) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "9d3fb03b070c13943bf1853c8ed5baa047a8e43704046d6f9c7d245cab682066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d3fb03b070c13943bf1853c8ed5baa047a8e43704046d6f9c7d245cab682066", kill_on_drop: false }` [INFO] [stdout] 9d3fb03b070c13943bf1853c8ed5baa047a8e43704046d6f9c7d245cab682066