Oct 15 21:14:40.649 INFO testing rtop-0.0.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 21:14:40.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.071 INFO blam! 4705b9482a2d6d0c5f7721b3651de124953e5cbdcff70a54c8ada1c2111839fe Oct 15 21:14:41.075 INFO running `"docker" "start" "-a" "4705b9482a2d6d0c5f7721b3651de124953e5cbdcff70a54c8ada1c2111839fe"` Oct 15 21:14:42.608 INFO kablam! usermod: no changes Oct 15 21:14:42.727 INFO kablam! Compiling sysinfo v0.5.8 Oct 15 21:14:42.727 INFO kablam! Compiling tui v0.2.3 Oct 15 21:14:42.727 INFO kablam! Compiling stderrlog v0.3.0 Oct 15 21:14:53.734 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 15 21:14:55.727 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:14:55.728 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 15 21:14:55.729 INFO kablam! | Oct 15 21:14:55.729 INFO kablam! 4 | use std::collections::HashMap; Oct 15 21:14:55.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:55.731 INFO kablam! | Oct 15 21:14:55.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:14:55.732 INFO kablam! Oct 15 21:14:55.732 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 15 21:14:55.733 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 15 21:14:55.734 INFO kablam! | Oct 15 21:14:55.734 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:14:55.735 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 21:14:55.736 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 15 21:14:55.736 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 15 21:14:55.737 INFO kablam! Oct 15 21:14:55.737 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 15 21:14:55.737 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 15 21:14:55.737 INFO kablam! | Oct 15 21:14:55.737 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:14:55.737 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 15 21:14:55.737 INFO kablam! Oct 15 21:14:55.737 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 15 21:14:55.737 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 15 21:14:55.737 INFO kablam! | Oct 15 21:14:55.737 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 15 21:14:55.737 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 15 21:14:55.737 INFO kablam! Oct 15 21:14:55.738 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 15 21:14:55.738 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 15 21:14:55.738 INFO kablam! | Oct 15 21:14:55.738 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 15 21:14:55.738 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 15 21:14:55.738 INFO kablam! Oct 15 21:14:55.738 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 21:14:55.738 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 15 21:14:55.738 INFO kablam! | Oct 15 21:14:55.738 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 15 21:14:55.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:14:55.738 INFO kablam! | Oct 15 21:14:55.738 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:14:55.738 INFO kablam! Oct 15 21:14:55.931 INFO kablam! warning: unused import: `ProcessExt` Oct 15 21:14:55.931 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 15 21:14:55.931 INFO kablam! | Oct 15 21:14:55.931 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:14:55.931 INFO kablam! | ^^^^^^^^^^ Oct 15 21:14:55.931 INFO kablam! Oct 15 21:14:55.931 INFO kablam! warning: unused import: `Widget` Oct 15 21:14:55.931 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 15 21:14:55.931 INFO kablam! | Oct 15 21:14:55.931 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:14:55.931 INFO kablam! | ^^^^^^ Oct 15 21:14:55.931 INFO kablam! Oct 15 21:14:56.017 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:56.017 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 15 21:14:56.017 INFO kablam! | Oct 15 21:14:56.017 INFO kablam! 12 | max_history_len: usize, Oct 15 21:14:56.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.017 INFO kablam! | Oct 15 21:14:56.017 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:14:56.017 INFO kablam! Oct 15 21:14:56.017 INFO kablam! warning: field is never used: `system_info` Oct 15 21:14:56.017 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 15 21:14:56.017 INFO kablam! | Oct 15 21:14:56.017 INFO kablam! 14 | system_info: System, Oct 15 21:14:56.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.017 INFO kablam! Oct 15 21:14:56.017 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:56.017 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 15 21:14:56.017 INFO kablam! | Oct 15 21:14:56.018 INFO kablam! 14 | max_history_len: usize, Oct 15 21:14:56.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.018 INFO kablam! Oct 15 21:14:56.018 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:14:56.018 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 15 21:14:56.018 INFO kablam! | Oct 15 21:14:56.018 INFO kablam! 8 | max_history_len: usize, Oct 15 21:14:56.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.018 INFO kablam! Oct 15 21:14:56.018 INFO kablam! warning: function is never used: `render_tab_bar` Oct 15 21:14:56.018 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 15 21:14:56.018 INFO kablam! | Oct 15 21:14:56.018 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 15 21:14:56.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.018 INFO kablam! Oct 15 21:14:56.018 INFO kablam! warning: function is never used: `text_panel` Oct 15 21:14:56.018 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 15 21:14:56.018 INFO kablam! | Oct 15 21:14:56.018 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 15 21:14:56.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:14:56.018 INFO kablam! Oct 15 21:14:56.018 INFO kablam! warning: variant is never constructed: `Bell` Oct 15 21:14:56.018 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 15 21:14:56.018 INFO kablam! | Oct 15 21:14:56.018 INFO kablam! 3 | Bell, Oct 15 21:14:56.018 INFO kablam! | ^^^^ Oct 15 21:14:56.018 INFO kablam! Oct 15 21:15:00.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.21s Oct 15 21:15:00.847 INFO kablam! su: No module specific data is present Oct 15 21:15:02.007 INFO running `"docker" "rm" "-f" "4705b9482a2d6d0c5f7721b3651de124953e5cbdcff70a54c8ada1c2111839fe"` Oct 15 21:15:02.329 INFO blam! 4705b9482a2d6d0c5f7721b3651de124953e5cbdcff70a54c8ada1c2111839fe Oct 15 21:15:02.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02.728 INFO blam! 2fb9dd1a736bdd95b694c19349d3e3b7970682179d0c2b3f13349c5d73705a63 Oct 15 21:15:02.731 INFO running `"docker" "start" "-a" "2fb9dd1a736bdd95b694c19349d3e3b7970682179d0c2b3f13349c5d73705a63"` Oct 15 21:15:04.427 INFO kablam! usermod: no changes Oct 15 21:15:04.579 INFO kablam! Compiling rtop v0.0.3 (/source) Oct 15 21:15:06.883 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:15:06.883 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:4:5 Oct 15 21:15:06.883 INFO kablam! | Oct 15 21:15:06.883 INFO kablam! 4 | use std::collections::HashMap; Oct 15 21:15:06.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:06.883 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:06.891 INFO kablam! warning: unused imports: `AsU32`, `NetworkExt`, `Pid`, `Process`, `ProcessorExt`, `Processor` Oct 15 21:15:06.891 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:21 Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:15:06.891 INFO kablam! | ^^^ ^^^^^^^^^ ^^^^^^^ Oct 15 21:15:06.891 INFO kablam! 6 | SystemExt, DiskExt, ProcessorExt, NetworkExt, AsU32}; Oct 15 21:15:06.891 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:06.891 INFO kablam! warning: unused imports: `BarChart`, `Block`, `Borders` Oct 15 21:15:06.891 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:20 Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:15:06.891 INFO kablam! | ^^^^^^^^ ^^^^^ ^^^^^^^ Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:06.891 INFO kablam! warning: unused imports: `Color`, `Modifier`, `Style` Oct 15 21:15:06.891 INFO kablam! --> src/rtop/ui/renderer/charts.rs:9:18 Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! 9 | use tui::style::{Color, Modifier, Style}; Oct 15 21:15:06.891 INFO kablam! | ^^^^^ ^^^^^^^^ ^^^^^ Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:06.891 INFO kablam! warning: unused imports: `Axis`, `Chart`, `Dataset`, `Marker` Oct 15 21:15:06.891 INFO kablam! --> src/rtop/ui/panels/disks.rs:5:20 Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! 5 | use tui::widgets::{Axis, Block, BarChart, Borders, Chart, Dataset, Marker, Widget}; Oct 15 21:15:06.891 INFO kablam! | ^^^^ ^^^^^ ^^^^^^^ ^^^^^^ Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:06.891 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 21:15:06.891 INFO kablam! --> src/rtop/ui/panels/disks.rs:11:28 Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! 11 | let gauge_width: u16 = (100 / num_drives); Oct 15 21:15:06.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:15:06.891 INFO kablam! | Oct 15 21:15:06.891 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:15:06.891 INFO kablam! Oct 15 21:15:07.191 INFO kablam! warning: unused import: `ProcessExt` Oct 15 21:15:07.191 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:5:60 Oct 15 21:15:07.191 INFO kablam! | Oct 15 21:15:07.191 INFO kablam! 5 | use self::sysinfo::{Pid, Disk, Processor, Process, System, ProcessExt, Oct 15 21:15:07.191 INFO kablam! | ^^^^^^^^^^ Oct 15 21:15:07.191 INFO kablam! Oct 15 21:15:07.191 INFO kablam! warning: unused import: `Widget` Oct 15 21:15:07.191 INFO kablam! --> src/rtop/ui/renderer/charts.rs:7:46 Oct 15 21:15:07.191 INFO kablam! | Oct 15 21:15:07.191 INFO kablam! 7 | use tui::widgets::{BarChart, Block, Borders, Widget}; Oct 15 21:15:07.191 INFO kablam! | ^^^^^^ Oct 15 21:15:07.191 INFO kablam! Oct 15 21:15:07.283 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:07.283 INFO kablam! --> src/rtop/datastreams/diskmonitor.rs:12:5 Oct 15 21:15:07.283 INFO kablam! | Oct 15 21:15:07.283 INFO kablam! 12 | max_history_len: usize, Oct 15 21:15:07.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.283 INFO kablam! | Oct 15 21:15:07.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:15:07.283 INFO kablam! Oct 15 21:15:07.283 INFO kablam! warning: field is never used: `system_info` Oct 15 21:15:07.283 INFO kablam! --> src/rtop/datastreams/cpumonitor.rs:14:5 Oct 15 21:15:07.283 INFO kablam! | Oct 15 21:15:07.283 INFO kablam! 14 | system_info: System, Oct 15 21:15:07.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.283 INFO kablam! Oct 15 21:15:07.283 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:07.283 INFO kablam! --> src/rtop/datastreams/networkmonitor.rs:14:5 Oct 15 21:15:07.283 INFO kablam! | Oct 15 21:15:07.283 INFO kablam! 14 | max_history_len: usize, Oct 15 21:15:07.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.283 INFO kablam! Oct 15 21:15:07.287 INFO kablam! warning: field is never used: `max_history_len` Oct 15 21:15:07.287 INFO kablam! --> src/rtop/datastreams/processmonitor.rs:8:5 Oct 15 21:15:07.287 INFO kablam! | Oct 15 21:15:07.287 INFO kablam! 8 | max_history_len: usize, Oct 15 21:15:07.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.287 INFO kablam! Oct 15 21:15:07.287 INFO kablam! warning: function is never used: `render_tab_bar` Oct 15 21:15:07.287 INFO kablam! --> src/rtop/ui/renderer/render.rs:34:1 Oct 15 21:15:07.287 INFO kablam! | Oct 15 21:15:07.287 INFO kablam! 34 | fn render_tab_bar(t: &mut Terminal, app: &App, area: &Rect) { Oct 15 21:15:07.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.288 INFO kablam! Oct 15 21:15:07.288 INFO kablam! warning: function is never used: `text_panel` Oct 15 21:15:07.288 INFO kablam! --> src/rtop/ui/panels/text.rs:7:1 Oct 15 21:15:07.288 INFO kablam! | Oct 15 21:15:07.288 INFO kablam! 7 | pub fn text_panel(t: &mut Terminal, area: &Rect) { Oct 15 21:15:07.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:15:07.288 INFO kablam! Oct 15 21:15:07.295 INFO kablam! warning: variant is never constructed: `Bell` Oct 15 21:15:07.295 INFO kablam! --> src/rtop/cmd.rs:3:5 Oct 15 21:15:07.295 INFO kablam! | Oct 15 21:15:07.295 INFO kablam! 3 | Bell, Oct 15 21:15:07.295 INFO kablam! | ^^^^ Oct 15 21:15:07.295 INFO kablam! Oct 15 21:15:07.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.46s Oct 15 21:15:07.915 INFO kablam! su: No module specific data is present Oct 15 21:15:09.352 INFO running `"docker" "rm" "-f" "2fb9dd1a736bdd95b694c19349d3e3b7970682179d0c2b3f13349c5d73705a63"` Oct 15 21:15:09.643 INFO blam! 2fb9dd1a736bdd95b694c19349d3e3b7970682179d0c2b3f13349c5d73705a63 Oct 15 21:15:09.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:10.129 INFO blam! c48cde7406c4275c4863834a711402e330abbc9f649194a8c9b7033171d91c06 Oct 15 21:15:10.131 INFO running `"docker" "start" "-a" "c48cde7406c4275c4863834a711402e330abbc9f649194a8c9b7033171d91c06"` Oct 15 21:15:11.635 INFO kablam! usermod: no changes Oct 15 21:15:11.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 21:15:11.771 INFO kablam! Running /target/debug/deps/rtop-4e3befd538f0f907 Oct 15 21:15:11.783 INFO blam! Oct 15 21:15:11.783 INFO blam! running 0 tests Oct 15 21:15:11.784 INFO blam! Oct 15 21:15:11.784 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:15:11.784 INFO blam! Oct 15 21:15:11.785 INFO kablam! su: No module specific data is present Oct 15 21:15:12.719 INFO running `"docker" "rm" "-f" "c48cde7406c4275c4863834a711402e330abbc9f649194a8c9b7033171d91c06"` Oct 15 21:15:12.955 INFO blam! c48cde7406c4275c4863834a711402e330abbc9f649194a8c9b7033171d91c06