Oct 15 21:14:40.938 INFO testing rtop-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:14:40.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 21:14:41.303 INFO blam! 152f4217e4e8a1af0bee783327752a688c2985d110ee356b043e1f5edee27777 Oct 15 21:14:41.305 INFO running `"docker" "start" "-a" "152f4217e4e8a1af0bee783327752a688c2985d110ee356b043e1f5edee27777"` Oct 15 21:14:42.655 INFO kablam! usermod: no changes Oct 15 21:14:42.783 INFO kablam! Compiling sysinfo v0.5.8 Oct 15 21:14:42.795 INFO kablam! Compiling tui v0.2.3 Oct 15 21:14:52.639 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 15 21:14:54.551 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:14:54.551 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 4 | use std::collections::HashMap; Oct 15 21:14:54.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.551 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 15 21:14:54.551 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:14:54.551 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 21:14:54.551 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 15 21:14:54.551 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.551 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 15 21:14:54.551 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:14:54.551 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.551 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 15 21:14:54.551 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 15 21:14:54.551 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.551 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 15 21:14:54.551 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 15 21:14:54.551 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.551 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 21:14:54.551 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 15 21:14:54.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:14:54.551 INFO kablam! | Oct 15 21:14:54.551 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:14:54.551 INFO kablam! Oct 15 21:14:54.733 INFO kablam! warning: unused import: `ProcessExt` Oct 15 21:14:54.733 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 15 21:14:54.733 INFO kablam! | Oct 15 21:14:54.733 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:14:54.733 INFO kablam! | ^^^^^^^^^^ Oct 15 21:14:54.733 INFO kablam! Oct 15 21:14:54.735 INFO kablam! warning: unused import: `Widget` Oct 15 21:14:54.735 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 15 21:14:54.735 INFO kablam! | Oct 15 21:14:54.735 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:14:54.735 INFO kablam! | ^^^^^^ Oct 15 21:14:54.735 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 12 | max_history_len: usize, Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: field is never used: `system_info` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 14 | system_info: System, Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 14 | max_history_len: usize, Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 8 | max_history_len: usize, Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: function is never used: `render_tab_bar` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: function is never used: `text_panel` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 15 21:14:54.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:54.835 INFO kablam! warning: variant is never constructed: `Bell` Oct 15 21:14:54.835 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 15 21:14:54.835 INFO kablam! | Oct 15 21:14:54.835 INFO kablam! 3 | Bell, Oct 15 21:14:54.835 INFO kablam! | ^^^^ Oct 15 21:14:54.835 INFO kablam! Oct 15 21:14:59.550 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.87s Oct 15 21:14:59.555 INFO kablam! su: No module specific data is present Oct 15 21:15:00.785 INFO running `"docker" "rm" "-f" "152f4217e4e8a1af0bee783327752a688c2985d110ee356b043e1f5edee27777"` Oct 15 21:15:01.095 INFO blam! 152f4217e4e8a1af0bee783327752a688c2985d110ee356b043e1f5edee27777 Oct 15 21:15:01.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 21:15:01.634 INFO blam! 7867796121ca85fe80dd84642b8c295f3cd3ac254c975b4243f3925ded656d6a Oct 15 21:15:01.636 INFO running `"docker" "start" "-a" "7867796121ca85fe80dd84642b8c295f3cd3ac254c975b4243f3925ded656d6a"` Oct 15 21:15:03.443 INFO kablam! usermod: no changes Oct 15 21:15:03.603 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 15 21:15:05.683 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:15:05.683 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! 4 | use std::collections::HashMap; Oct 15 21:15:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:15:05.683 INFO kablam! Oct 15 21:15:05.683 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 15 21:15:05.683 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:15:05.683 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 21:15:05.683 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 15 21:15:05.683 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 15 21:15:05.683 INFO kablam! Oct 15 21:15:05.683 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 15 21:15:05.683 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:15:05.683 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 15 21:15:05.683 INFO kablam! Oct 15 21:15:05.683 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 15 21:15:05.683 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 15 21:15:05.683 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 15 21:15:05.683 INFO kablam! Oct 15 21:15:05.683 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 15 21:15:05.683 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 15 21:15:05.683 INFO kablam! | Oct 15 21:15:05.683 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 15 21:15:05.683 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 15 21:15:05.683 INFO kablam! Oct 15 21:15:05.683 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 21:15:05.688 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 15 21:15:05.688 INFO kablam! | Oct 15 21:15:05.688 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 15 21:15:05.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:15:05.688 INFO kablam! | Oct 15 21:15:05.688 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:15:05.688 INFO kablam! Oct 15 21:15:05.883 INFO kablam! warning: unused import: `ProcessExt` Oct 15 21:15:05.883 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 15 21:15:05.883 INFO kablam! | Oct 15 21:15:05.883 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:15:05.883 INFO kablam! | ^^^^^^^^^^ Oct 15 21:15:05.883 INFO kablam! Oct 15 21:15:05.884 INFO kablam! warning: unused import: `Widget` Oct 15 21:15:05.884 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 15 21:15:05.884 INFO kablam! | Oct 15 21:15:05.885 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:15:05.885 INFO kablam! | ^^^^^^ Oct 15 21:15:05.885 INFO kablam! Oct 15 21:15:05.966 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:05.966 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 15 21:15:05.966 INFO kablam! | Oct 15 21:15:05.966 INFO kablam! 12 | max_history_len: usize, Oct 15 21:15:05.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.966 INFO kablam! | Oct 15 21:15:05.966 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:15:05.966 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: field is never used: `system_info` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 14 | system_info: System, Oct 15 21:15:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 14 | max_history_len: usize, Oct 15 21:15:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 8 | max_history_len: usize, Oct 15 21:15:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: function is never used: `render_tab_bar` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 15 21:15:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: function is never used: `text_panel` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 15 21:15:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:05.969 INFO kablam! warning: variant is never constructed: `Bell` Oct 15 21:15:05.969 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 15 21:15:05.969 INFO kablam! | Oct 15 21:15:05.969 INFO kablam! 3 | Bell, Oct 15 21:15:05.969 INFO kablam! | ^^^^ Oct 15 21:15:05.969 INFO kablam! Oct 15 21:15:06.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.04s Oct 15 21:15:06.545 INFO kablam! su: No module specific data is present Oct 15 21:15:07.864 INFO running `"docker" "rm" "-f" "7867796121ca85fe80dd84642b8c295f3cd3ac254c975b4243f3925ded656d6a"` Oct 15 21:15:08.146 INFO blam! 7867796121ca85fe80dd84642b8c295f3cd3ac254c975b4243f3925ded656d6a Oct 15 21:15:08.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 21:15:08.704 INFO blam! eeee7a657614dc214b046323049696457a358d39ef734c345f91139aebb60cf5 Oct 15 21:15:08.706 INFO running `"docker" "start" "-a" "eeee7a657614dc214b046323049696457a358d39ef734c345f91139aebb60cf5"` Oct 15 21:15:10.672 INFO kablam! usermod: no changes Oct 15 21:15:10.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 21:15:10.847 INFO kablam! Running /target/debug/deps/rtop-e07898a6cad163ed Oct 15 21:15:10.847 INFO blam! Oct 15 21:15:10.847 INFO blam! running 0 tests Oct 15 21:15:10.847 INFO blam! Oct 15 21:15:10.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:15:10.847 INFO blam! Oct 15 21:15:10.849 INFO kablam! su: No module specific data is present Oct 15 21:15:11.652 INFO running `"docker" "rm" "-f" "eeee7a657614dc214b046323049696457a358d39ef734c345f91139aebb60cf5"` Oct 15 21:15:12.027 INFO blam! eeee7a657614dc214b046323049696457a358d39ef734c345f91139aebb60cf5