Oct 11 13:05:45.518 INFO testing rtop-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:05:45.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:05:45.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:05:45.914 INFO blam! 8bd697a4c7c22e39076682e41a41699441d3718ae83ec1abfc8f790aa4d1b0ec Oct 11 13:05:45.915 INFO running `"docker" "start" "-a" "8bd697a4c7c22e39076682e41a41699441d3718ae83ec1abfc8f790aa4d1b0ec"` Oct 11 13:05:47.285 INFO kablam! usermod: no changes Oct 11 13:05:47.542 INFO kablam! Compiling sysinfo v0.5.8 Oct 11 13:05:47.546 INFO kablam! Compiling tui v0.2.3 Oct 11 13:05:47.560 INFO kablam! Compiling stderrlog v0.3.0 Oct 11 13:06:00.120 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 11 13:06:03.160 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 13:06:03.160 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 11 13:06:03.160 INFO kablam! | Oct 11 13:06:03.160 INFO kablam! 4 | use std::collections::HashMap; Oct 11 13:06:03.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.160 INFO kablam! | Oct 11 13:06:03.160 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:06:03.160 INFO kablam! Oct 11 13:06:03.160 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 11 13:06:03.160 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 11 13:06:03.160 INFO kablam! | Oct 11 13:06:03.160 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 11 13:06:03.161 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 11 13:06:03.161 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 11 13:06:03.161 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 11 13:06:03.161 INFO kablam! Oct 11 13:06:03.161 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 11 13:06:03.161 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 11 13:06:03.161 INFO kablam! | Oct 11 13:06:03.161 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 11 13:06:03.161 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 11 13:06:03.161 INFO kablam! Oct 11 13:06:03.161 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 11 13:06:03.161 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 11 13:06:03.161 INFO kablam! | Oct 11 13:06:03.161 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 11 13:06:03.161 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 11 13:06:03.161 INFO kablam! Oct 11 13:06:03.161 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 11 13:06:03.161 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 11 13:06:03.161 INFO kablam! | Oct 11 13:06:03.161 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 11 13:06:03.161 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 11 13:06:03.161 INFO kablam! Oct 11 13:06:03.161 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 13:06:03.161 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 11 13:06:03.161 INFO kablam! | Oct 11 13:06:03.161 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 11 13:06:03.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 13:06:03.161 INFO kablam! | Oct 11 13:06:03.161 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 13:06:03.161 INFO kablam! Oct 11 13:06:03.368 INFO kablam! warning: unused import: `ProcessExt` Oct 11 13:06:03.368 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 11 13:06:03.368 INFO kablam! | Oct 11 13:06:03.368 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 11 13:06:03.368 INFO kablam! | ^^^^^^^^^^ Oct 11 13:06:03.368 INFO kablam! Oct 11 13:06:03.368 INFO kablam! warning: unused import: `Widget` Oct 11 13:06:03.368 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 11 13:06:03.368 INFO kablam! | Oct 11 13:06:03.368 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 11 13:06:03.368 INFO kablam! | ^^^^^^ Oct 11 13:06:03.368 INFO kablam! Oct 11 13:06:03.465 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:03.465 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 11 13:06:03.465 INFO kablam! | Oct 11 13:06:03.465 INFO kablam! 12 | max_history_len: usize, Oct 11 13:06:03.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.465 INFO kablam! | Oct 11 13:06:03.465 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:06:03.465 INFO kablam! Oct 11 13:06:03.465 INFO kablam! warning: field is never used: `system_info` Oct 11 13:06:03.465 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 11 13:06:03.465 INFO kablam! | Oct 11 13:06:03.465 INFO kablam! 14 | system_info: System, Oct 11 13:06:03.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.465 INFO kablam! Oct 11 13:06:03.465 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:03.465 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 11 13:06:03.465 INFO kablam! | Oct 11 13:06:03.465 INFO kablam! 14 | max_history_len: usize, Oct 11 13:06:03.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.465 INFO kablam! Oct 11 13:06:03.465 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:03.465 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 11 13:06:03.465 INFO kablam! | Oct 11 13:06:03.465 INFO kablam! 8 | max_history_len: usize, Oct 11 13:06:03.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.466 INFO kablam! Oct 11 13:06:03.466 INFO kablam! warning: function is never used: `render_tab_bar` Oct 11 13:06:03.466 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 11 13:06:03.466 INFO kablam! | Oct 11 13:06:03.466 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 11 13:06:03.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.471 INFO kablam! Oct 11 13:06:03.471 INFO kablam! warning: function is never used: `text_panel` Oct 11 13:06:03.471 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 11 13:06:03.471 INFO kablam! | Oct 11 13:06:03.471 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 11 13:06:03.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:03.471 INFO kablam! Oct 11 13:06:03.471 INFO kablam! warning: variant is never constructed: `Bell` Oct 11 13:06:03.472 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 11 13:06:03.472 INFO kablam! | Oct 11 13:06:03.472 INFO kablam! 3 | Bell, Oct 11 13:06:03.472 INFO kablam! | ^^^^ Oct 11 13:06:03.472 INFO kablam! Oct 11 13:06:08.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.10s Oct 11 13:06:08.432 INFO kablam! su: No module specific data is present Oct 11 13:06:09.508 INFO running `"docker" "rm" "-f" "8bd697a4c7c22e39076682e41a41699441d3718ae83ec1abfc8f790aa4d1b0ec"` Oct 11 13:06:09.748 INFO blam! 8bd697a4c7c22e39076682e41a41699441d3718ae83ec1abfc8f790aa4d1b0ec Oct 11 13:06:09.757 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:06:09.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:06:10.340 INFO blam! 7719f78e8ea453b7d891c5b07e12072362f68902f193a78d865203858694ca36 Oct 11 13:06:10.342 INFO running `"docker" "start" "-a" "7719f78e8ea453b7d891c5b07e12072362f68902f193a78d865203858694ca36"` Oct 11 13:06:11.741 INFO kablam! usermod: no changes Oct 11 13:06:11.848 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 11 13:06:15.204 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 13:06:15.204 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 11 13:06:15.204 INFO kablam! | Oct 11 13:06:15.204 INFO kablam! 4 | use std::collections::HashMap; Oct 11 13:06:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.204 INFO kablam! | Oct 11 13:06:15.204 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:06:15.204 INFO kablam! Oct 11 13:06:15.204 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 11 13:06:15.204 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 11 13:06:15.204 INFO kablam! | Oct 11 13:06:15.204 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 11 13:06:15.204 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 11 13:06:15.204 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 11 13:06:15.205 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 11 13:06:15.205 INFO kablam! Oct 11 13:06:15.205 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 11 13:06:15.205 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 11 13:06:15.205 INFO kablam! | Oct 11 13:06:15.205 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 11 13:06:15.205 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 11 13:06:15.205 INFO kablam! Oct 11 13:06:15.205 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 11 13:06:15.205 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 11 13:06:15.205 INFO kablam! | Oct 11 13:06:15.205 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 11 13:06:15.205 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 11 13:06:15.205 INFO kablam! Oct 11 13:06:15.205 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 11 13:06:15.205 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 11 13:06:15.205 INFO kablam! | Oct 11 13:06:15.205 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 11 13:06:15.205 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 11 13:06:15.205 INFO kablam! Oct 11 13:06:15.205 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 13:06:15.205 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 11 13:06:15.205 INFO kablam! | Oct 11 13:06:15.205 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 11 13:06:15.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 13:06:15.205 INFO kablam! | Oct 11 13:06:15.205 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 13:06:15.205 INFO kablam! Oct 11 13:06:15.408 INFO kablam! warning: unused import: `ProcessExt` Oct 11 13:06:15.408 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 11 13:06:15.408 INFO kablam! | Oct 11 13:06:15.408 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 11 13:06:15.408 INFO kablam! | ^^^^^^^^^^ Oct 11 13:06:15.408 INFO kablam! Oct 11 13:06:15.408 INFO kablam! warning: unused import: `Widget` Oct 11 13:06:15.408 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 11 13:06:15.408 INFO kablam! | Oct 11 13:06:15.408 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 11 13:06:15.408 INFO kablam! | ^^^^^^ Oct 11 13:06:15.408 INFO kablam! Oct 11 13:06:15.512 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 12 | max_history_len: usize, Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: field is never used: `system_info` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 14 | system_info: System, Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 14 | max_history_len: usize, Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: field is never used: `max_history_len` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 8 | max_history_len: usize, Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: function is never used: `render_tab_bar` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: function is never used: `text_panel` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 11 13:06:15.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:15.513 INFO kablam! warning: variant is never constructed: `Bell` Oct 11 13:06:15.513 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 11 13:06:15.513 INFO kablam! | Oct 11 13:06:15.513 INFO kablam! 3 | Bell, Oct 11 13:06:15.513 INFO kablam! | ^^^^ Oct 11 13:06:15.513 INFO kablam! Oct 11 13:06:16.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.24s Oct 11 13:06:16.012 INFO kablam! su: No module specific data is present Oct 11 13:06:16.748 INFO running `"docker" "rm" "-f" "7719f78e8ea453b7d891c5b07e12072362f68902f193a78d865203858694ca36"` Oct 11 13:06:17.080 INFO blam! 7719f78e8ea453b7d891c5b07e12072362f68902f193a78d865203858694ca36 Oct 11 13:06:17.082 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:06:17.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:06:17.476 INFO blam! aab649eac391c507cea1964e67f459ecdbc8bf5078e386035a43b4d5aea7fcf9 Oct 11 13:06:17.484 INFO running `"docker" "start" "-a" "aab649eac391c507cea1964e67f459ecdbc8bf5078e386035a43b4d5aea7fcf9"` Oct 11 13:06:18.656 INFO kablam! usermod: no changes Oct 11 13:06:18.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 13:06:18.800 INFO kablam! Running /target/debug/deps/rtop-e07898a6cad163ed Oct 11 13:06:18.800 INFO blam! Oct 11 13:06:18.800 INFO blam! running 0 tests Oct 11 13:06:18.800 INFO blam! Oct 11 13:06:18.800 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:06:18.800 INFO blam! Oct 11 13:06:18.808 INFO kablam! su: No module specific data is present Oct 11 13:06:19.632 INFO running `"docker" "rm" "-f" "aab649eac391c507cea1964e67f459ecdbc8bf5078e386035a43b4d5aea7fcf9"` Oct 11 13:06:19.880 INFO blam! aab649eac391c507cea1964e67f459ecdbc8bf5078e386035a43b4d5aea7fcf9