Oct 15 02:53:17.947 INFO testing benbrunton/les against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:53:17.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:53:18.097 INFO blam! b4ea1d2428cfe19e3a020b43c9be61f4ff2ce2e3b221861cbff58dcbc402156b Oct 15 02:53:18.104 INFO running `"docker" "start" "-a" "b4ea1d2428cfe19e3a020b43c9be61f4ff2ce2e3b221861cbff58dcbc402156b"` Oct 15 02:53:18.586 INFO kablam! usermod: no changes Oct 15 02:53:18.654 INFO kablam! Compiling clap v2.29.2 Oct 15 02:53:18.654 INFO kablam! Compiling terminal_size v0.1.7 Oct 15 02:53:27.985 INFO kablam! Compiling les v0.2.1 (/source) Oct 15 02:53:28.441 INFO kablam! warning: unused import: `std::io::stdout` Oct 15 02:53:28.441 INFO kablam! --> src/main.rs:8:5 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 8 | use std::io::stdout; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused import: `std::io::Write` Oct 15 02:53:28.441 INFO kablam! --> src/les/mod.rs:2:5 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 2 | use std::io::Write; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused import: `decorate::Decorate` Oct 15 02:53:28.441 INFO kablam! --> src/les/mod.rs:4:5 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 4 | use decorate::Decorate; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused import: `paintitems::PaintItems` Oct 15 02:53:28.441 INFO kablam! --> src/les/mod.rs:5:5 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 5 | use paintitems::PaintItems; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused imports: `Stdout`, `stdout` Oct 15 02:53:28.441 INFO kablam! --> src/io/mod.rs:1:15 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 1 | use std::io::{Stdout,stdout}; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^ ^^^^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused import: `min` Oct 15 02:53:28.441 INFO kablam! --> src/io/mod.rs:2:16 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 2 | use std::cmp::{min,max}; Oct 15 02:53:28.441 INFO kablam! | ^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.441 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 02:53:28.441 INFO kablam! --> src/decorate/mod.rs:8:5 Oct 15 02:53:28.441 INFO kablam! | Oct 15 02:53:28.441 INFO kablam! 8 | use std::str::FromStr; Oct 15 02:53:28.441 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:53:28.441 INFO kablam! Oct 15 02:53:28.603 INFO kablam! warning: unused variable: `inodes_count` Oct 15 02:53:28.603 INFO kablam! --> src/io/mod.rs:27:13 Oct 15 02:53:28.603 INFO kablam! | Oct 15 02:53:28.603 INFO kablam! 27 | let inodes_count = inodes.len(); Oct 15 02:53:28.603 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_inodes_count` instead Oct 15 02:53:28.603 INFO kablam! | Oct 15 02:53:28.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:53:28.603 INFO kablam! Oct 15 02:53:28.603 INFO kablam! warning: value assigned to `prev_item_length` is never read Oct 15 02:53:28.603 INFO kablam! --> src/io/mod.rs:73:21 Oct 15 02:53:28.603 INFO kablam! | Oct 15 02:53:28.603 INFO kablam! 73 | let mut prev_item_length = 0; Oct 15 02:53:28.604 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:53:28.604 INFO kablam! | Oct 15 02:53:28.604 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 02:53:28.604 INFO kablam! Oct 15 02:53:28.634 INFO kablam! warning: variable does not need to be mutable Oct 15 02:53:28.634 INFO kablam! --> src/io/mod.rs:120:13 Oct 15 02:53:28.634 INFO kablam! | Oct 15 02:53:28.634 INFO kablam! 120 | let mut visible_items = paint_items.get_visible(); Oct 15 02:53:28.634 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 02:53:28.634 INFO kablam! | | Oct 15 02:53:28.634 INFO kablam! | help: remove this `mut` Oct 15 02:53:28.634 INFO kablam! | Oct 15 02:53:28.634 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:53:28.634 INFO kablam! Oct 15 02:53:28.648 INFO kablam! warning: field is never used: `path` Oct 15 02:53:28.648 INFO kablam! --> src/fs/mod.rs:92:5 Oct 15 02:53:28.648 INFO kablam! | Oct 15 02:53:28.648 INFO kablam! 92 | path: String Oct 15 02:53:28.648 INFO kablam! | ^^^^^^^^^^^^ Oct 15 02:53:28.648 INFO kablam! | Oct 15 02:53:28.648 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:53:28.648 INFO kablam! Oct 15 02:53:28.648 INFO kablam! warning: method is never used: `get_path` Oct 15 02:53:28.648 INFO kablam! --> src/fs/mod.rs:117:5 Oct 15 02:53:28.648 INFO kablam! | Oct 15 02:53:28.648 INFO kablam! 117 | pub fn get_path(&self) -> String { Oct 15 02:53:28.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:53:28.648 INFO kablam! Oct 15 02:53:28.650 INFO kablam! warning: comparison is useless due to type limits Oct 15 02:53:28.650 INFO kablam! --> src/paintitems/mod.rs:25:41 Oct 15 02:53:28.650 INFO kablam! | Oct 15 02:53:28.650 INFO kablam! 25 | if index >= self.items.len() || index < 0 { Oct 15 02:53:28.651 INFO kablam! | ^^^^^^^^^ Oct 15 02:53:28.651 INFO kablam! | Oct 15 02:53:28.651 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 02:53:28.651 INFO kablam! Oct 15 02:53:29.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.07s Oct 15 02:53:29.682 INFO kablam! su: No module specific data is present Oct 15 02:53:30.114 INFO running `"docker" "rm" "-f" "b4ea1d2428cfe19e3a020b43c9be61f4ff2ce2e3b221861cbff58dcbc402156b"` Oct 15 02:53:30.375 INFO blam! b4ea1d2428cfe19e3a020b43c9be61f4ff2ce2e3b221861cbff58dcbc402156b Oct 15 02:53:30.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:53:30.800 INFO blam! b0ab4af5cea44c4d4e58087aef91eba2d36e0d677da744bd1dc3b2f4fa871168 Oct 15 02:53:30.812 INFO running `"docker" "start" "-a" "b0ab4af5cea44c4d4e58087aef91eba2d36e0d677da744bd1dc3b2f4fa871168"` Oct 15 02:53:31.922 INFO kablam! usermod: no changes Oct 15 02:53:32.011 INFO kablam! Compiling les v0.2.1 (/source) Oct 15 02:53:32.664 INFO kablam! warning: unused import: `std::io::stdout` Oct 15 02:53:32.664 INFO kablam! --> src/main.rs:8:5 Oct 15 02:53:32.664 INFO kablam! | Oct 15 02:53:32.664 INFO kablam! 8 | use std::io::stdout; Oct 15 02:53:32.664 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:53:32.664 INFO kablam! | Oct 15 02:53:32.665 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:53:32.665 INFO kablam! Oct 15 02:53:32.665 INFO kablam! warning: unused import: `std::io::Write` Oct 15 02:53:32.665 INFO kablam! --> src/les/mod.rs:2:5 Oct 15 02:53:32.665 INFO kablam! | Oct 15 02:53:32.665 INFO kablam! 2 | use std::io::Write; Oct 15 02:53:32.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 02:53:32.665 INFO kablam! Oct 15 02:53:32.665 INFO kablam! warning: unused import: `decorate::Decorate` Oct 15 02:53:32.665 INFO kablam! --> src/les/mod.rs:4:5 Oct 15 02:53:32.665 INFO kablam! | Oct 15 02:53:32.665 INFO kablam! 4 | use decorate::Decorate; Oct 15 02:53:32.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 02:53:32.665 INFO kablam! Oct 15 02:53:32.665 INFO kablam! warning: unused import: `paintitems::PaintItems` Oct 15 02:53:32.666 INFO kablam! --> src/les/mod.rs:5:5 Oct 15 02:53:32.666 INFO kablam! | Oct 15 02:53:32.666 INFO kablam! 5 | use paintitems::PaintItems; Oct 15 02:53:32.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:53:32.666 INFO kablam! Oct 15 02:53:32.666 INFO kablam! warning: unused import: `std` Oct 15 02:53:32.666 INFO kablam! --> src/les/mod.rs:43:9 Oct 15 02:53:32.666 INFO kablam! | Oct 15 02:53:32.666 INFO kablam! 43 | use std; Oct 15 02:53:32.666 INFO kablam! | ^^^ Oct 15 02:53:32.666 INFO kablam! Oct 15 02:53:32.666 INFO kablam! warning: unused imports: `Stdout`, `stdout` Oct 15 02:53:32.666 INFO kablam! --> src/io/mod.rs:1:15 Oct 15 02:53:32.666 INFO kablam! | Oct 15 02:53:32.666 INFO kablam! 1 | use std::io::{Stdout,stdout}; Oct 15 02:53:32.666 INFO kablam! | ^^^^^^ ^^^^^^ Oct 15 02:53:32.666 INFO kablam! Oct 15 02:53:32.667 INFO kablam! warning: unused import: `min` Oct 15 02:53:32.667 INFO kablam! --> src/io/mod.rs:2:16 Oct 15 02:53:32.667 INFO kablam! | Oct 15 02:53:32.667 INFO kablam! 2 | use std::cmp::{min,max}; Oct 15 02:53:32.667 INFO kablam! | ^^^ Oct 15 02:53:32.667 INFO kablam! Oct 15 02:53:32.667 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 02:53:32.667 INFO kablam! --> src/decorate/mod.rs:8:5 Oct 15 02:53:32.667 INFO kablam! | Oct 15 02:53:32.667 INFO kablam! 8 | use std::str::FromStr; Oct 15 02:53:32.667 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:53:32.667 INFO kablam! Oct 15 02:53:32.819 INFO kablam! warning: unused variable: `decorator` Oct 15 02:53:32.819 INFO kablam! --> src/les/mod.rs:53:13 Oct 15 02:53:32.819 INFO kablam! | Oct 15 02:53:32.819 INFO kablam! 53 | let decorator = decorate::Decorate::new(None); Oct 15 02:53:32.819 INFO kablam! | ^^^^^^^^^ help: consider using `_decorator` instead Oct 15 02:53:32.819 INFO kablam! | Oct 15 02:53:32.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:53:32.819 INFO kablam! Oct 15 02:53:32.819 INFO kablam! warning: unused variable: `inodes_count` Oct 15 02:53:32.819 INFO kablam! --> src/io/mod.rs:27:13 Oct 15 02:53:32.819 INFO kablam! | Oct 15 02:53:32.819 INFO kablam! 27 | let inodes_count = inodes.len(); Oct 15 02:53:32.819 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_inodes_count` instead Oct 15 02:53:32.819 INFO kablam! Oct 15 02:53:32.819 INFO kablam! warning: value assigned to `prev_item_length` is never read Oct 15 02:53:32.819 INFO kablam! --> src/io/mod.rs:73:21 Oct 15 02:53:32.819 INFO kablam! | Oct 15 02:53:32.819 INFO kablam! 73 | let mut prev_item_length = 0; Oct 15 02:53:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:53:32.819 INFO kablam! | Oct 15 02:53:32.819 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 02:53:32.819 INFO kablam! Oct 15 02:53:32.859 INFO kablam! warning: variable does not need to be mutable Oct 15 02:53:32.859 INFO kablam! --> src/io/mod.rs:120:13 Oct 15 02:53:32.859 INFO kablam! | Oct 15 02:53:32.859 INFO kablam! 120 | let mut visible_items = paint_items.get_visible(); Oct 15 02:53:32.859 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 02:53:32.859 INFO kablam! | | Oct 15 02:53:32.859 INFO kablam! | help: remove this `mut` Oct 15 02:53:32.859 INFO kablam! | Oct 15 02:53:32.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:53:32.859 INFO kablam! Oct 15 02:53:32.879 INFO kablam! warning: field is never used: `path` Oct 15 02:53:32.879 INFO kablam! --> src/fs/mod.rs:92:5 Oct 15 02:53:32.879 INFO kablam! | Oct 15 02:53:32.879 INFO kablam! 92 | path: String Oct 15 02:53:32.879 INFO kablam! | ^^^^^^^^^^^^ Oct 15 02:53:32.879 INFO kablam! | Oct 15 02:53:32.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:53:32.879 INFO kablam! Oct 15 02:53:32.879 INFO kablam! warning: method is never used: `get_path` Oct 15 02:53:32.879 INFO kablam! --> src/fs/mod.rs:117:5 Oct 15 02:53:32.879 INFO kablam! | Oct 15 02:53:32.879 INFO kablam! 117 | pub fn get_path(&self) -> String { Oct 15 02:53:32.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:53:32.879 INFO kablam! Oct 15 02:53:32.883 INFO kablam! warning: variable `licenseItem` should have a snake case name such as `license_item` Oct 15 02:53:32.883 INFO kablam! --> src/style/mod.rs:67:13 Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! 67 | let licenseItem = PaintItem{ Oct 15 02:53:32.883 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 02:53:32.883 INFO kablam! Oct 15 02:53:32.883 INFO kablam! warning: variable `licenseItem` should have a snake case name such as `license_item` Oct 15 02:53:32.883 INFO kablam! --> src/style/mod.rs:83:13 Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! 83 | let licenseItem = PaintItem{ Oct 15 02:53:32.883 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:53:32.883 INFO kablam! Oct 15 02:53:32.883 INFO kablam! warning: function `it_returns_a_Paint_Item` should have a snake case name such as `it_returns_a_paint_item` Oct 15 02:53:32.883 INFO kablam! --> src/decorate/mod.rs:201:5 Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! 201 | / fn it_returns_a_Paint_Item() { Oct 15 02:53:32.883 INFO kablam! 202 | | Oct 15 02:53:32.883 INFO kablam! 203 | | let file = File::new( Oct 15 02:53:32.883 INFO kablam! 204 | | String::from("filename"), Oct 15 02:53:32.883 INFO kablam! ... | Oct 15 02:53:32.883 INFO kablam! 222 | | assert_eq!(paint_item, expected_result); Oct 15 02:53:32.883 INFO kablam! 223 | | } Oct 15 02:53:32.883 INFO kablam! | |_____^ Oct 15 02:53:32.883 INFO kablam! Oct 15 02:53:32.883 INFO kablam! warning: comparison is useless due to type limits Oct 15 02:53:32.883 INFO kablam! --> src/paintitems/mod.rs:25:41 Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! 25 | if index >= self.items.len() || index < 0 { Oct 15 02:53:32.883 INFO kablam! | ^^^^^^^^^ Oct 15 02:53:32.883 INFO kablam! | Oct 15 02:53:32.883 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 02:53:32.883 INFO kablam! Oct 15 02:53:34.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 15 02:53:34.151 INFO kablam! su: No module specific data is present Oct 15 02:53:34.955 INFO running `"docker" "rm" "-f" "b0ab4af5cea44c4d4e58087aef91eba2d36e0d677da744bd1dc3b2f4fa871168"` Oct 15 02:53:35.159 INFO blam! b0ab4af5cea44c4d4e58087aef91eba2d36e0d677da744bd1dc3b2f4fa871168 Oct 15 02:53:35.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:53:35.569 INFO blam! aa9f0d3423c1d19a697c7ab2dd81f29ef9937668769b008e1ec396815d66db2d Oct 15 02:53:35.569 INFO running `"docker" "start" "-a" "aa9f0d3423c1d19a697c7ab2dd81f29ef9937668769b008e1ec396815d66db2d"` Oct 15 02:53:36.575 INFO kablam! usermod: no changes Oct 15 02:53:36.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 02:53:36.723 INFO kablam! Running /target/debug/deps/les-827a00c70480379a Oct 15 02:53:36.723 INFO blam! Oct 15 02:53:36.723 INFO blam! running 7 tests Oct 15 02:53:36.723 INFO blam! test style::tests::it_paints_directory_icons ... ok Oct 15 02:53:36.723 INFO blam! test style::tests::it_paints_colours ... ok Oct 15 02:53:36.723 INFO blam! test paintitems::tests::get_visible_returns_visible_items ... ok Oct 15 02:53:36.723 INFO blam! test paintitems::tests::get_longest_filename_size_returns_correct_size ... ok Oct 15 02:53:36.723 INFO blam! test les::tests::it_doesnt_error ... ok Oct 15 02:53:36.723 INFO blam! test decorate::tests::it_returns_a_Paint_Item ... ok Oct 15 02:53:36.723 INFO blam! test decorate::tests::it_can_decorate_based_on_filename ... ok Oct 15 02:53:36.723 INFO blam! Oct 15 02:53:36.723 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:53:36.723 INFO blam! Oct 15 02:53:36.735 INFO kablam! su: No module specific data is present Oct 15 02:53:37.525 INFO running `"docker" "rm" "-f" "aa9f0d3423c1d19a697c7ab2dd81f29ef9937668769b008e1ec396815d66db2d"` Oct 15 02:53:37.766 INFO blam! aa9f0d3423c1d19a697c7ab2dd81f29ef9937668769b008e1ec396815d66db2d