Oct 22 00:13:13.070 INFO checking rtop-0.0.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:13:13.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 00:13:13.617 INFO blam! 0f8ff8154773b4d430a726344726b8224c5cdbb496bf35744204415f35aedf91 Oct 22 00:13:13.618 INFO running `"docker" "start" "-a" "0f8ff8154773b4d430a726344726b8224c5cdbb496bf35744204415f35aedf91"` Oct 22 00:13:15.083 INFO kablam! usermod: no changes Oct 22 00:13:15.273 INFO kablam! Compiling sysinfo v0.5.8 Oct 22 00:13:15.274 INFO kablam! Checking tui v0.2.3 Oct 22 00:13:15.290 INFO kablam! Checking stderrlog v0.3.0 Oct 22 00:13:20.452 INFO kablam! Checking rtop v0.0.3 (/source) Oct 22 00:13:23.908 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 22 00:13:23.908 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 22 00:13:23.908 INFO kablam! | Oct 22 00:13:23.908 INFO kablam! 4 | use std::collections::HashMap; Oct 22 00:13:23.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:23.908 INFO kablam! | Oct 22 00:13:23.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:13:23.908 INFO kablam! Oct 22 00:13:23.908 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 22 00:13:23.908 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 22 00:13:23.908 INFO kablam! | Oct 22 00:13:23.908 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 22 00:13:23.908 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 22 00:13:23.908 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 22 00:13:23.908 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 22 00:13:23.908 INFO kablam! Oct 22 00:13:23.912 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 22 00:13:23.912 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 22 00:13:23.912 INFO kablam! | Oct 22 00:13:23.912 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 22 00:13:23.912 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 22 00:13:23.912 INFO kablam! Oct 22 00:13:23.912 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 22 00:13:23.912 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 22 00:13:23.912 INFO kablam! | Oct 22 00:13:23.912 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 22 00:13:23.912 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 22 00:13:23.912 INFO kablam! Oct 22 00:13:23.916 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 22 00:13:23.916 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 22 00:13:23.916 INFO kablam! | Oct 22 00:13:23.916 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 22 00:13:23.916 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 22 00:13:23.916 INFO kablam! Oct 22 00:13:23.916 INFO kablam! warning: unnecessary parentheses around assigned value Oct 22 00:13:23.916 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 22 00:13:23.916 INFO kablam! | Oct 22 00:13:23.916 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 22 00:13:23.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 00:13:23.916 INFO kablam! | Oct 22 00:13:23.916 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 00:13:23.916 INFO kablam! Oct 22 00:13:24.161 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 22 00:13:24.161 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 22 00:13:24.161 INFO kablam! | Oct 22 00:13:24.162 INFO kablam! 4 | use std::collections::HashMap; Oct 22 00:13:24.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.162 INFO kablam! | Oct 22 00:13:24.162 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:13:24.163 INFO kablam! Oct 22 00:13:24.163 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 22 00:13:24.163 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 22 00:13:24.164 INFO kablam! | Oct 22 00:13:24.164 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 22 00:13:24.164 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 22 00:13:24.165 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 22 00:13:24.165 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 22 00:13:24.165 INFO kablam! Oct 22 00:13:24.165 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 22 00:13:24.166 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 22 00:13:24.166 INFO kablam! | Oct 22 00:13:24.166 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 22 00:13:24.167 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 22 00:13:24.167 INFO kablam! Oct 22 00:13:24.167 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 22 00:13:24.167 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 22 00:13:24.168 INFO kablam! | Oct 22 00:13:24.168 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 22 00:13:24.168 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 22 00:13:24.169 INFO kablam! Oct 22 00:13:24.169 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 22 00:13:24.169 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 22 00:13:24.170 INFO kablam! | Oct 22 00:13:24.170 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 22 00:13:24.170 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 22 00:13:24.171 INFO kablam! Oct 22 00:13:24.171 INFO kablam! warning: unnecessary parentheses around assigned value Oct 22 00:13:24.171 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 22 00:13:24.171 INFO kablam! | Oct 22 00:13:24.172 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 22 00:13:24.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 00:13:24.172 INFO kablam! | Oct 22 00:13:24.173 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 00:13:24.173 INFO kablam! Oct 22 00:13:24.337 INFO kablam! warning: unused import: `ProcessExt` Oct 22 00:13:24.337 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 22 00:13:24.337 INFO kablam! | Oct 22 00:13:24.338 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 22 00:13:24.338 INFO kablam! | ^^^^^^^^^^ Oct 22 00:13:24.338 INFO kablam! Oct 22 00:13:24.339 INFO kablam! warning: unused import: `Widget` Oct 22 00:13:24.339 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 22 00:13:24.339 INFO kablam! | Oct 22 00:13:24.340 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 22 00:13:24.340 INFO kablam! | ^^^^^^ Oct 22 00:13:24.340 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 12 | max_history_len: usize, Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: field is never used: `system_info` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 14 | system_info: System, Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 14 | max_history_len: usize, Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 8 | max_history_len: usize, Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: function is never used: `render_tab_bar` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: function is never used: `text_panel` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 22 00:13:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.460 INFO kablam! warning: variant is never constructed: `Bell` Oct 22 00:13:24.460 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 22 00:13:24.460 INFO kablam! | Oct 22 00:13:24.460 INFO kablam! 3 | Bell, Oct 22 00:13:24.460 INFO kablam! | ^^^^ Oct 22 00:13:24.460 INFO kablam! Oct 22 00:13:24.494 INFO kablam! warning: unused import: `ProcessExt` Oct 22 00:13:24.494 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 22 00:13:24.494 INFO kablam! | Oct 22 00:13:24.494 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 22 00:13:24.494 INFO kablam! | ^^^^^^^^^^ Oct 22 00:13:24.494 INFO kablam! Oct 22 00:13:24.494 INFO kablam! warning: unused import: `Widget` Oct 22 00:13:24.494 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 22 00:13:24.494 INFO kablam! | Oct 22 00:13:24.494 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 22 00:13:24.494 INFO kablam! | ^^^^^^ Oct 22 00:13:24.494 INFO kablam! Oct 22 00:13:24.592 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.592 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 22 00:13:24.592 INFO kablam! | Oct 22 00:13:24.592 INFO kablam! 12 | max_history_len: usize, Oct 22 00:13:24.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.592 INFO kablam! | Oct 22 00:13:24.592 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:13:24.592 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: field is never used: `system_info` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 14 | system_info: System, Oct 22 00:13:24.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 14 | max_history_len: usize, Oct 22 00:13:24.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: field is never used: `max_history_len` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 8 | max_history_len: usize, Oct 22 00:13:24.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: function is never used: `render_tab_bar` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 22 00:13:24.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: function is never used: `text_panel` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 22 00:13:24.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.593 INFO kablam! warning: variant is never constructed: `Bell` Oct 22 00:13:24.593 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 22 00:13:24.593 INFO kablam! | Oct 22 00:13:24.593 INFO kablam! 3 | Bell, Oct 22 00:13:24.593 INFO kablam! | ^^^^ Oct 22 00:13:24.593 INFO kablam! Oct 22 00:13:24.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.55s Oct 22 00:13:24.672 INFO kablam! su: No module specific data is present Oct 22 00:13:25.386 INFO running `"docker" "rm" "-f" "0f8ff8154773b4d430a726344726b8224c5cdbb496bf35744204415f35aedf91"` Oct 22 00:13:25.632 INFO blam! 0f8ff8154773b4d430a726344726b8224c5cdbb496bf35744204415f35aedf91