[INFO] cloning repository https://github.com/maxjoehnk/terminal-ui-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxjoehnk/terminal-ui-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fterminal-ui-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fterminal-ui-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72c458a3504e1602dfb451678641f05af7f50651
[INFO] testing maxjoehnk/terminal-ui-rs against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fterminal-ui-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maxjoehnk/terminal-ui-rs
[INFO] finished tweaking git repo https://github.com/maxjoehnk/terminal-ui-rs
[INFO] tweaked toml for git repo https://github.com/maxjoehnk/terminal-ui-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxjoehnk/terminal-ui-rs on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maxjoehnk/terminal-ui-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9
[INFO] running `Command { std: "docker" "start" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.54
[INFO] [stderr]    Compiling crossterm_utils v0.2.1
[INFO] [stderr]    Compiling crossterm_cursor v0.2.1
[INFO] [stderr]    Compiling crossterm_screen v0.2.1
[INFO] [stderr]    Compiling crossterm_style v0.3.1
[INFO] [stderr]    Compiling crossterm_terminal v0.2.2
[INFO] [stderr]    Compiling crossterm_input v0.3.3
[INFO] [stderr]    Compiling crossterm v0.9.3
[INFO] [stderr]    Compiling terminal-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/renderer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/renderer.rs:11:42
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut Renderable) -> Result<()>;
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()>;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/text.rs:16:48
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/padding.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/terminal/crossterm.rs:50:42
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `space`
[INFO] [stdout]   --> src/components/layouts/grid.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         for (space, component) in self.components.iter_mut() {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_space`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text_len`
[INFO] [stdout]   --> src/terminal/crossterm.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let text_len = text.len();
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Renderer` is never used
[INFO] [stdout]  --> src/renderer.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) enum Renderer<T, G> where T: TerminalRenderable, G: GraphicsRenderable {
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/text.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text {
[INFO] [stdout]   |                       --         ^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text<'a> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/padding.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<C> {
[INFO] [stdout]   |                                      --           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |
[INFO] [stdout]   |                                      the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<'c, C> {
[INFO] [stdout]   |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.95s
[INFO] running `Command { std: "docker" "inspect" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/renderer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/renderer.rs:11:42
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut Renderable) -> Result<()>;
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()>;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/text.rs:16:48
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/padding.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/terminal/crossterm.rs:50:42
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `space`
[INFO] [stdout]   --> src/components/layouts/grid.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         for (space, component) in self.components.iter_mut() {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_space`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text_len`
[INFO] [stdout]   --> src/terminal/crossterm.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let text_len = text.len();
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Renderer` is never used
[INFO] [stdout]  --> src/renderer.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) enum Renderer<T, G> where T: TerminalRenderable, G: GraphicsRenderable {
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/text.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text {
[INFO] [stdout]   |                       --         ^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text<'a> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/padding.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<C> {
[INFO] [stdout]   |                                      --           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |
[INFO] [stdout]   |                                      the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<'c, C> {
[INFO] [stdout]   |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling terminal-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `GridLayout`
[INFO] [stdout]   --> src/components/padding.rs:38:61
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use crate::{Engine, GraphicsEngine, GraphicsRenderable, GridLayout, Padding, Renderable, RenderContext, Result, TerminalEngine, ...
[INFO] [stdout]    |                                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/renderer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/renderer.rs:11:42
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut Renderable) -> Result<()>;
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()>;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/text.rs:16:48
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/padding.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/layouts/grid.rs:48:46
[INFO] [stdout]    |
[INFO] [stdout] 48 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 |         fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/layouts/grid.rs:75:53
[INFO] [stdout]    |
[INFO] [stdout] 75 |         fn render_terminal(&mut self, _engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 |         fn render_terminal(&mut self, _engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/padding.rs:46:46
[INFO] [stdout]    |
[INFO] [stdout] 46 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 |         fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/components/padding.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |         fn render_terminal(&mut self, _engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |         fn render_terminal(&mut self, _engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/terminal/crossterm.rs:50:42
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `space`
[INFO] [stdout]   --> src/components/layouts/grid.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         for (space, component) in self.components.iter_mut() {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_space`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `component`
[INFO] [stdout]   --> src/components/layouts/grid.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 48 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `component`
[INFO] [stdout]   --> src/components/padding.rs:46:30
[INFO] [stdout]    |
[INFO] [stdout] 46 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stdout]    |                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> src/components/padding.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |         fn text(&mut self, text: &str, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> src/components/padding.rs:56:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |         fn text(&mut self, text: &str, context: &RenderContext) -> Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/terminal/crossterm.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let (width, height) = context.bounding_box;
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text_len`
[INFO] [stdout]   --> src/terminal/crossterm.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let text_len = text.len();
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Renderer` is never used
[INFO] [stdout]  --> src/renderer.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) enum Renderer<T, G> where T: TerminalRenderable, G: GraphicsRenderable {
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/text.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text {
[INFO] [stdout]   |                       --         ^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(text: &'a str) -> Text<'a> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/components/padding.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<C> {
[INFO] [stdout]   |                                      --           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |
[INFO] [stdout]   |                                      the lifetime is named here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<'c, C> {
[INFO] [stdout]   |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::ops::Sub`
[INFO] [stderr]  --> src/renderer.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Sub;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/renderer.rs:11:42
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn render(&mut self, component: &mut Renderable) -> Result<()>;
[INFO] [stderr]    |                                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()>;
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/text.rs:16:48
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/padding.rs:20:48
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn render_terminal(&mut self, engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn render_terminal(&mut self, engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/terminal/crossterm.rs:50:42
[INFO] [stderr]    |
[INFO] [stderr] 50 |     fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stderr]    |                                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 50 |     fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `space`
[INFO] [stderr]   --> src/components/layouts/grid.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr] 24 |         for (space, component) in self.components.iter_mut() {
[INFO] [stderr]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_space`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `width`
[INFO] [stderr]   --> src/terminal/crossterm.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |         let (width, height) = context.bounding_box;
[INFO] [stderr]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `height`
[INFO] [stderr]   --> src/terminal/crossterm.rs:26:21
[INFO] [stderr]    |
[INFO] [stderr] 26 |         let (width, height) = context.bounding_box;
[INFO] [stderr]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `text_len`
[INFO] [stderr]   --> src/terminal/crossterm.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |         let text_len = text.len();
[INFO] [stderr]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_len`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Renderer` is never used
[INFO] [stderr]  --> src/renderer.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(crate) enum Renderer<T, G> where T: TerminalRenderable, G: GraphicsRenderable {
[INFO] [stderr]   |                 ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]  --> src/components/text.rs:8:34
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub fn new(text: &'a str) -> Text {
[INFO] [stderr]   |                       --         ^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                       |
[INFO] [stderr]   |                       the lifetime is named here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub fn new(text: &'a str) -> Text<'a> {
[INFO] [stderr]   |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]  --> src/components/padding.rs:9:51
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<C> {
[INFO] [stderr]   |                                      --           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                      |
[INFO] [stderr]   |                                      the lifetime is named here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'c`
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn new(padding: u16, child: &'c mut C) -> Padding<'c, C> {
[INFO] [stderr]   |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `GridLayout`
[INFO] [stderr]   --> src/components/padding.rs:38:61
[INFO] [stderr]    |
[INFO] [stderr] 38 |     use crate::{Engine, GraphicsEngine, GraphicsRenderable, GridLayout, Padding, Renderable, RenderContext, Result, TerminalEngine, ...
[INFO] [stderr]    |                                                             ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Sub`
[INFO] [stderr]  --> src/renderer.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Sub;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/layouts/grid.rs:48:46
[INFO] [stderr]    |
[INFO] [stderr] 48 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stderr]    |                                              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 48 |         fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/layouts/grid.rs:75:53
[INFO] [stderr]    |
[INFO] [stderr] 75 |         fn render_terminal(&mut self, _engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 75 |         fn render_terminal(&mut self, _engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/padding.rs:46:46
[INFO] [stderr]    |
[INFO] [stderr] 46 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stderr]    |                                              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 46 |         fn render(&mut self, component: &mut dyn Renderable) -> Result<()> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/components/padding.rs:74:53
[INFO] [stderr]    |
[INFO] [stderr] 74 |         fn render_terminal(&mut self, _engine: &mut TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 74 |         fn render_terminal(&mut self, _engine: &mut dyn TerminalEngine, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `component`
[INFO] [stderr]   --> src/components/layouts/grid.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stderr]    |                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `component`
[INFO] [stderr]   --> src/components/padding.rs:46:30
[INFO] [stderr]    |
[INFO] [stderr] 46 |         fn render(&mut self, component: &mut Renderable) -> Result<()> {
[INFO] [stderr]    |                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `text`
[INFO] [stderr]   --> src/components/padding.rs:56:28
[INFO] [stderr]    |
[INFO] [stderr] 56 |         fn text(&mut self, text: &str, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `context`
[INFO] [stderr]   --> src/components/padding.rs:56:40
[INFO] [stderr]    |
[INFO] [stderr] 56 |         fn text(&mut self, text: &str, context: &RenderContext) -> Result<()> {
[INFO] [stderr]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stderr] 
[INFO] [stderr] warning: `terminal-ui` (lib) generated 12 warnings (run `cargo fix --lib -p terminal-ui` to apply 11 suggestions)
[INFO] [stderr] warning: `terminal-ui` (lib test) generated 21 warnings (11 duplicates) (run `cargo fix --lib -p terminal-ui --tests` to apply 10 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/terminal_ui-f2f3b45e1688f4c7)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test components::layouts::grid::tests::render_terminal_should_give_two_side_by_side_children_equal_sized_halves ... ok
[INFO] [stdout] test components::padding::tests::render_terminal_should_move_the_cursor_by_the_amount_of_padding ... ok
[INFO] [stderr]    Doc-tests terminal_ui
[INFO] [stdout] test components::layouts::grid::tests::render_terminal_should_give_a_single_child_the_complete_bounding_box ... ok
[INFO] [stdout] test components::padding::tests::render_terminal_should_subtract_twice_the_padding_from_the_bounding_box ... ok
[INFO] [stdout] test components::layouts::grid::tests::render_terminal_should_give_two_children_above_one_another_equal_sized_halves ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9", kill_on_drop: false }`
[INFO] [stdout] 110c4321b090a24d50485d317135bba57352fd56b1577cf575a781dcdca23bb9
