Oct 15 12:59:55.125 INFO testing 4102-rustaceans/rust-blackjack against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:59:55.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:59:55.577 INFO blam! 61e49cf4b8a83c318411adb6814392363c6ccabe32bca6b4990cb72d1641429b Oct 15 12:59:55.578 INFO running `"docker" "start" "-a" "61e49cf4b8a83c318411adb6814392363c6ccabe32bca6b4990cb72d1641429b"` Oct 15 12:59:56.731 INFO kablam! usermod: no changes Oct 15 12:59:56.819 INFO kablam! Compiling rust-blackjack v0.1.0 (/source) Oct 15 12:59:57.515 INFO kablam! warning: variable does not need to be mutable Oct 15 12:59:57.515 INFO kablam! --> src/main.rs:171:13 Oct 15 12:59:57.515 INFO kablam! | Oct 15 12:59:57.515 INFO kablam! 171 | let mut dealerScore = getHandValue(&dealer.hand); Oct 15 12:59:57.515 INFO kablam! | ----^^^^^^^^^^^ Oct 15 12:59:57.515 INFO kablam! | | Oct 15 12:59:57.515 INFO kablam! | help: remove this `mut` Oct 15 12:59:57.515 INFO kablam! | Oct 15 12:59:57.515 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:59:57.515 INFO kablam! Oct 15 12:59:57.515 INFO kablam! warning: variable does not need to be mutable Oct 15 12:59:57.515 INFO kablam! --> src/main.rs:172:13 Oct 15 12:59:57.515 INFO kablam! | Oct 15 12:59:57.515 INFO kablam! 172 | let mut playerScore = getHandValue(&player.hand); Oct 15 12:59:57.515 INFO kablam! | ----^^^^^^^^^^^ Oct 15 12:59:57.515 INFO kablam! | | Oct 15 12:59:57.516 INFO kablam! | help: remove this `mut` Oct 15 12:59:57.516 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: field is never used: `name` Oct 15 12:59:57.539 INFO kablam! --> src/main.rs:12:5 Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! 12 | name: String, Oct 15 12:59:57.539 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:59:57.539 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: variable `playerHold` should have a snake case name such as `player_hold` Oct 15 12:59:57.539 INFO kablam! --> src/main.rs:100:9 Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! 100 | let mut playerHold = false; Oct 15 12:59:57.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:59:57.539 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: variable `dealerHold` should have a snake case name such as `dealer_hold` Oct 15 12:59:57.539 INFO kablam! --> src/main.rs:101:9 Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! 101 | let mut dealerHold = false; Oct 15 12:59:57.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:59:57.539 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: variable `playerBust` should have a snake case name such as `player_bust` Oct 15 12:59:57.539 INFO kablam! --> src/main.rs:102:9 Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! 102 | let mut playerBust = false; Oct 15 12:59:57.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:59:57.539 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: variable `dealerBust` should have a snake case name such as `dealer_bust` Oct 15 12:59:57.539 INFO kablam! --> src/main.rs:103:9 Oct 15 12:59:57.539 INFO kablam! | Oct 15 12:59:57.539 INFO kablam! 103 | let mut dealerBust = false; Oct 15 12:59:57.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:59:57.539 INFO kablam! Oct 15 12:59:57.539 INFO kablam! warning: variable `dealerScore` should have a snake case name such as `dealer_score` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:171:13 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 171 | let mut dealerScore = getHandValue(&dealer.hand); Oct 15 12:59:57.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: variable `playerScore` should have a snake case name such as `player_score` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:172:13 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 172 | let mut playerScore = getHandValue(&player.hand); Oct 15 12:59:57.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: function `createDeck` should have a snake case name such as `create_deck` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:187:1 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 187 | / fn createDeck() -> Vec { Oct 15 12:59:57.540 INFO kablam! 188 | | let mut deck: Vec = Vec::new(); Oct 15 12:59:57.540 INFO kablam! 189 | | let suits = vec!["Clubs", "Diamonds", "Hearts", "Spades"]; Oct 15 12:59:57.540 INFO kablam! 190 | | let ranks = vec!["Ace", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Jack", "Queen", "King"]; Oct 15 12:59:57.540 INFO kablam! ... | Oct 15 12:59:57.540 INFO kablam! 198 | | deck Oct 15 12:59:57.540 INFO kablam! 199 | | } Oct 15 12:59:57.540 INFO kablam! | |_^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: function `getHandValue` should have a snake case name such as `get_hand_value` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:201:1 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 201 | / fn getHandValue(hand: &Vec) -> u32 { Oct 15 12:59:57.540 INFO kablam! 202 | | let mut aces = 0; Oct 15 12:59:57.540 INFO kablam! 203 | | let mut value = 0; Oct 15 12:59:57.540 INFO kablam! 204 | | Oct 15 12:59:57.540 INFO kablam! ... | Oct 15 12:59:57.540 INFO kablam! 233 | | value Oct 15 12:59:57.540 INFO kablam! 234 | | } Oct 15 12:59:57.540 INFO kablam! | |_^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: function `printHand` should have a snake case name such as `print_hand` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:236:1 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 236 | / fn printHand(hand: &Vec) -> String { Oct 15 12:59:57.540 INFO kablam! 237 | | let mut inHand: String = String::new(); Oct 15 12:59:57.540 INFO kablam! 238 | | Oct 15 12:59:57.540 INFO kablam! 239 | | for card in hand { Oct 15 12:59:57.540 INFO kablam! ... | Oct 15 12:59:57.540 INFO kablam! 244 | | inHand Oct 15 12:59:57.540 INFO kablam! 245 | | } Oct 15 12:59:57.540 INFO kablam! | |_^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: variable `inHand` should have a snake case name such as `in_hand` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:237:9 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 237 | let mut inHand: String = String::new(); Oct 15 12:59:57.540 INFO kablam! | ^^^^^^^^^^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:57.540 INFO kablam! warning: variable `curCard` should have a snake case name such as `cur_card` Oct 15 12:59:57.540 INFO kablam! --> src/main.rs:240:13 Oct 15 12:59:57.540 INFO kablam! | Oct 15 12:59:57.540 INFO kablam! 240 | let mut curCard: String = format!("{} of {}", card.rank, card.suit); Oct 15 12:59:57.540 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:59:57.540 INFO kablam! Oct 15 12:59:58.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 15 12:59:58.358 INFO kablam! su: No module specific data is present Oct 15 12:59:59.021 INFO running `"docker" "rm" "-f" "61e49cf4b8a83c318411adb6814392363c6ccabe32bca6b4990cb72d1641429b"` Oct 15 12:59:59.287 INFO blam! 61e49cf4b8a83c318411adb6814392363c6ccabe32bca6b4990cb72d1641429b Oct 15 12:59:59.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:59:59.755 INFO blam! 03d660f9c5c05a4588a9635e0626c7116ec1fa951acb6eb47163db7ad37d98ff Oct 15 12:59:59.761 INFO running `"docker" "start" "-a" "03d660f9c5c05a4588a9635e0626c7116ec1fa951acb6eb47163db7ad37d98ff"` Oct 15 13:00:01.191 INFO kablam! usermod: no changes Oct 15 13:00:01.243 INFO kablam! Compiling rust-blackjack v0.1.0 (/source) Oct 15 13:00:01.890 INFO kablam! warning: variable does not need to be mutable Oct 15 13:00:01.891 INFO kablam! --> src/main.rs:171:13 Oct 15 13:00:01.891 INFO kablam! | Oct 15 13:00:01.891 INFO kablam! 171 | let mut dealerScore = getHandValue(&dealer.hand); Oct 15 13:00:01.891 INFO kablam! | ----^^^^^^^^^^^ Oct 15 13:00:01.891 INFO kablam! | | Oct 15 13:00:01.891 INFO kablam! | help: remove this `mut` Oct 15 13:00:01.891 INFO kablam! | Oct 15 13:00:01.891 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:00:01.891 INFO kablam! Oct 15 13:00:01.892 INFO kablam! warning: variable does not need to be mutable Oct 15 13:00:01.892 INFO kablam! --> src/main.rs:172:13 Oct 15 13:00:01.892 INFO kablam! | Oct 15 13:00:01.892 INFO kablam! 172 | let mut playerScore = getHandValue(&player.hand); Oct 15 13:00:01.892 INFO kablam! | ----^^^^^^^^^^^ Oct 15 13:00:01.892 INFO kablam! | | Oct 15 13:00:01.892 INFO kablam! | help: remove this `mut` Oct 15 13:00:01.892 INFO kablam! Oct 15 13:00:01.892 INFO kablam! warning: field is never used: `name` Oct 15 13:00:01.892 INFO kablam! --> src/main.rs:12:5 Oct 15 13:00:01.892 INFO kablam! | Oct 15 13:00:01.892 INFO kablam! 12 | name: String, Oct 15 13:00:01.892 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:00:01.892 INFO kablam! | Oct 15 13:00:01.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:00:01.892 INFO kablam! Oct 15 13:00:01.893 INFO kablam! warning: variable `playerHold` should have a snake case name such as `player_hold` Oct 15 13:00:01.893 INFO kablam! --> src/main.rs:100:9 Oct 15 13:00:01.893 INFO kablam! | Oct 15 13:00:01.893 INFO kablam! 100 | let mut playerHold = false; Oct 15 13:00:01.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:00:01.893 INFO kablam! | Oct 15 13:00:01.893 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 13:00:01.893 INFO kablam! Oct 15 13:00:01.893 INFO kablam! warning: variable `dealerHold` should have a snake case name such as `dealer_hold` Oct 15 13:00:01.893 INFO kablam! --> src/main.rs:101:9 Oct 15 13:00:01.893 INFO kablam! | Oct 15 13:00:01.893 INFO kablam! 101 | let mut dealerHold = false; Oct 15 13:00:01.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:00:01.893 INFO kablam! Oct 15 13:00:01.893 INFO kablam! warning: variable `playerBust` should have a snake case name such as `player_bust` Oct 15 13:00:01.893 INFO kablam! --> src/main.rs:102:9 Oct 15 13:00:01.893 INFO kablam! | Oct 15 13:00:01.893 INFO kablam! 102 | let mut playerBust = false; Oct 15 13:00:01.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: variable `dealerBust` should have a snake case name such as `dealer_bust` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:103:9 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 103 | let mut dealerBust = false; Oct 15 13:00:01.894 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: variable `dealerScore` should have a snake case name such as `dealer_score` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:171:13 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 171 | let mut dealerScore = getHandValue(&dealer.hand); Oct 15 13:00:01.894 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: variable `playerScore` should have a snake case name such as `player_score` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:172:13 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 172 | let mut playerScore = getHandValue(&player.hand); Oct 15 13:00:01.894 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: function `createDeck` should have a snake case name such as `create_deck` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:187:1 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 187 | / fn createDeck() -> Vec { Oct 15 13:00:01.894 INFO kablam! 188 | | let mut deck: Vec = Vec::new(); Oct 15 13:00:01.894 INFO kablam! 189 | | let suits = vec!["Clubs", "Diamonds", "Hearts", "Spades"]; Oct 15 13:00:01.894 INFO kablam! 190 | | let ranks = vec!["Ace", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Jack", "Queen", "King"]; Oct 15 13:00:01.894 INFO kablam! ... | Oct 15 13:00:01.894 INFO kablam! 198 | | deck Oct 15 13:00:01.894 INFO kablam! 199 | | } Oct 15 13:00:01.894 INFO kablam! | |_^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: function `getHandValue` should have a snake case name such as `get_hand_value` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:201:1 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 201 | / fn getHandValue(hand: &Vec) -> u32 { Oct 15 13:00:01.894 INFO kablam! 202 | | let mut aces = 0; Oct 15 13:00:01.894 INFO kablam! 203 | | let mut value = 0; Oct 15 13:00:01.894 INFO kablam! 204 | | Oct 15 13:00:01.894 INFO kablam! ... | Oct 15 13:00:01.894 INFO kablam! 233 | | value Oct 15 13:00:01.894 INFO kablam! 234 | | } Oct 15 13:00:01.894 INFO kablam! | |_^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: function `printHand` should have a snake case name such as `print_hand` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:236:1 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 236 | / fn printHand(hand: &Vec) -> String { Oct 15 13:00:01.894 INFO kablam! 237 | | let mut inHand: String = String::new(); Oct 15 13:00:01.894 INFO kablam! 238 | | Oct 15 13:00:01.894 INFO kablam! 239 | | for card in hand { Oct 15 13:00:01.894 INFO kablam! ... | Oct 15 13:00:01.894 INFO kablam! 244 | | inHand Oct 15 13:00:01.894 INFO kablam! 245 | | } Oct 15 13:00:01.894 INFO kablam! | |_^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: variable `inHand` should have a snake case name such as `in_hand` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:237:9 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 237 | let mut inHand: String = String::new(); Oct 15 13:00:01.894 INFO kablam! | ^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:01.894 INFO kablam! warning: variable `curCard` should have a snake case name such as `cur_card` Oct 15 13:00:01.894 INFO kablam! --> src/main.rs:240:13 Oct 15 13:00:01.894 INFO kablam! | Oct 15 13:00:01.894 INFO kablam! 240 | let mut curCard: String = format!("{} of {}", card.rank, card.suit); Oct 15 13:00:01.894 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:00:01.894 INFO kablam! Oct 15 13:00:02.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 15 13:00:02.370 INFO kablam! su: No module specific data is present Oct 15 13:00:03.039 INFO running `"docker" "rm" "-f" "03d660f9c5c05a4588a9635e0626c7116ec1fa951acb6eb47163db7ad37d98ff"` Oct 15 13:00:03.287 INFO blam! 03d660f9c5c05a4588a9635e0626c7116ec1fa951acb6eb47163db7ad37d98ff Oct 15 13:00:03.291 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:00:09.600 INFO blam! 78ddf079097a15d5247ab44bfa9ee316fe0e0b950a947ee1c750fd26030f6460 Oct 15 13:00:09.601 INFO running `"docker" "start" "-a" "78ddf079097a15d5247ab44bfa9ee316fe0e0b950a947ee1c750fd26030f6460"` Oct 15 13:00:10.645 INFO kablam! usermod: no changes Oct 15 13:00:10.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 13:00:10.713 INFO kablam! Running /target/debug/deps/rust_blackjack-bdc266838b33ef4b Oct 15 13:00:10.719 INFO blam! Oct 15 13:00:10.719 INFO blam! running 0 tests Oct 15 13:00:10.719 INFO blam! Oct 15 13:00:10.719 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:00:10.719 INFO blam! Oct 15 13:00:10.726 INFO kablam! su: No module specific data is present Oct 15 13:00:11.407 INFO running `"docker" "rm" "-f" "78ddf079097a15d5247ab44bfa9ee316fe0e0b950a947ee1c750fd26030f6460"` Oct 15 13:00:11.739 INFO blam! 78ddf079097a15d5247ab44bfa9ee316fe0e0b950a947ee1c750fd26030f6460