[INFO] cloning repository https://github.com/szabgab/ratatop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/szabgab/ratatop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszabgab%2Fratatop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszabgab%2Fratatop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ca80501115ca97e32a6146227eac10bce6b0a21 [INFO] testing szabgab/ratatop against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszabgab%2Fratatop" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/szabgab/ratatop [INFO] finished tweaking git repo https://github.com/szabgab/ratatop [INFO] tweaked toml for git repo https://github.com/szabgab/ratatop written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/szabgab/ratatop on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/szabgab/ratatop 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60d1a977442bef5e49d1f3bcade59d1dec9d3561c1546340c43988448484c30d [INFO] running `Command { std: "docker" "start" "-a" "60d1a977442bef5e49d1f3bcade59d1dec9d3561c1546340c43988448484c30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60d1a977442bef5e49d1f3bcade59d1dec9d3561c1546340c43988448484c30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60d1a977442bef5e49d1f3bcade59d1dec9d3561c1546340c43988448484c30d", kill_on_drop: false }` [INFO] [stdout] 60d1a977442bef5e49d1f3bcade59d1dec9d3561c1546340c43988448484c30d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fc019ea7e8a3a0a7bb31597632f14f67038a035221f19e90efc56b4a5e9be55 [INFO] running `Command { std: "docker" "start" "-a" "5fc019ea7e8a3a0a7bb31597632f14f67038a035221f19e90efc56b4a5e9be55", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling sysinfo v0.33.1 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling tui-textarea v0.7.0 [INFO] [stderr] Compiling ratatop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Paragraph` and `text::Line` [INFO] [stdout] --> src/app.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | text::Line, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | widgets::{Axis, Block, Chart, Clear, Dataset, GraphType, Paragraph, Row, Table, TableState}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | Constraint::Percentage((25)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 68 - Constraint::Percentage((25)), [INFO] [stdout] 68 + Constraint::Percentage(25), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | Constraint::Fill((1)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 69 - Constraint::Fill((1)), [INFO] [stdout] 69 + Constraint::Fill(1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | Constraint::Fill((1)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - Constraint::Fill((1)), [INFO] [stdout] 70 + Constraint::Fill(1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:75:56 [INFO] [stdout] | [INFO] [stdout] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] 75 + Layout::horizontal([Constraint::Percentage(50), Constraint::Percentage((50))]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:75:86 [INFO] [stdout] | [INFO] [stdout] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] 75 + Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage(50)]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.54s [INFO] running `Command { std: "docker" "inspect" "5fc019ea7e8a3a0a7bb31597632f14f67038a035221f19e90efc56b4a5e9be55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fc019ea7e8a3a0a7bb31597632f14f67038a035221f19e90efc56b4a5e9be55", kill_on_drop: false }` [INFO] [stdout] 5fc019ea7e8a3a0a7bb31597632f14f67038a035221f19e90efc56b4a5e9be55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa10112ebfce86e13e8ed974b6921f5c32d0d2d7f24242b3a61f1b52269932bc [INFO] running `Command { std: "docker" "start" "-a" "fa10112ebfce86e13e8ed974b6921f5c32d0d2d7f24242b3a61f1b52269932bc", kill_on_drop: false }` [INFO] [stderr] Compiling ratatop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Paragraph` and `text::Line` [INFO] [stdout] --> src/app.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | text::Line, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | widgets::{Axis, Block, Chart, Clear, Dataset, GraphType, Paragraph, Row, Table, TableState}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | Constraint::Percentage((25)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 68 - Constraint::Percentage((25)), [INFO] [stdout] 68 + Constraint::Percentage(25), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | Constraint::Fill((1)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 69 - Constraint::Fill((1)), [INFO] [stdout] 69 + Constraint::Fill(1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | Constraint::Fill((1)), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - Constraint::Fill((1)), [INFO] [stdout] 70 + Constraint::Fill(1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:75:56 [INFO] [stdout] | [INFO] [stdout] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] 75 + Layout::horizontal([Constraint::Percentage(50), Constraint::Percentage((50))]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/app.rs:75:86 [INFO] [stdout] | [INFO] [stdout] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stdout] 75 + Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage(50)]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "fa10112ebfce86e13e8ed974b6921f5c32d0d2d7f24242b3a61f1b52269932bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa10112ebfce86e13e8ed974b6921f5c32d0d2d7f24242b3a61f1b52269932bc", kill_on_drop: false }` [INFO] [stdout] fa10112ebfce86e13e8ed974b6921f5c32d0d2d7f24242b3a61f1b52269932bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c8fbd4aef8e333ec089874b3041832ce7777a8cf887c96fd72abd57f9ca6850b [INFO] running `Command { std: "docker" "start" "-a" "c8fbd4aef8e333ec089874b3041832ce7777a8cf887c96fd72abd57f9ca6850b", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Paragraph` and `text::Line` [INFO] [stderr] --> src/app.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | text::Line, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 8 | widgets::{Axis, Block, Chart, Clear, Dataset, GraphType, Paragraph, Row, Table, TableState}, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/app.rs:68:36 [INFO] [stderr] | [INFO] [stderr] 68 | Constraint::Percentage((25)), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 68 - Constraint::Percentage((25)), [INFO] [stderr] 68 + Constraint::Percentage(25), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/app.rs:69:30 [INFO] [stderr] | [INFO] [stderr] 69 | Constraint::Fill((1)), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 69 - Constraint::Fill((1)), [INFO] [stderr] 69 + Constraint::Fill(1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/app.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 70 | Constraint::Fill((1)), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 70 - Constraint::Fill((1)), [INFO] [stderr] 70 + Constraint::Fill(1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/app.rs:75:56 [INFO] [stderr] | [INFO] [stderr] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stderr] 75 + Layout::horizontal([Constraint::Percentage(50), Constraint::Percentage((50))]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/app.rs:75:86 [INFO] [stderr] | [INFO] [stderr] 75 | Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 75 - Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage((50))]) [INFO] [stderr] 75 + Layout::horizontal([Constraint::Percentage((50)), Constraint::Percentage(50)]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ratatop` (bin "ratatop" test) generated 6 warnings (run `cargo fix --bin "ratatop" --tests` to apply 6 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ratatop-9213de0ec73b29dd) [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" "c8fbd4aef8e333ec089874b3041832ce7777a8cf887c96fd72abd57f9ca6850b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8fbd4aef8e333ec089874b3041832ce7777a8cf887c96fd72abd57f9ca6850b", kill_on_drop: false }` [INFO] [stdout] c8fbd4aef8e333ec089874b3041832ce7777a8cf887c96fd72abd57f9ca6850b