Oct 16 03:01:08.906 INFO testing mdblog-0.13.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:01:08.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 03:01:09.564 INFO blam! 99254a6ab9b2f0da246b9af512eb20d1e5564a7c83912b10d6f78fe19498df3f Oct 16 03:01:09.566 INFO running `"docker" "start" "-a" "99254a6ab9b2f0da246b9af512eb20d1e5564a7c83912b10d6f78fe19498df3f"` Oct 16 03:01:11.783 INFO kablam! usermod: no changes Oct 16 03:01:12.225 INFO kablam! Compiling shellexpand v1.0.0 Oct 16 03:01:12.237 INFO kablam! Compiling serde_yaml v0.7.5 Oct 16 03:01:12.238 INFO kablam! Compiling chrono v0.4.6 Oct 16 03:01:12.238 INFO kablam! Compiling pest_generator v2.0.0 Oct 16 03:01:12.239 INFO kablam! Compiling serde-hjson v0.8.1 Oct 16 03:01:25.471 INFO kablam! Compiling config v0.8.0 Oct 16 03:01:32.515 INFO kablam! Compiling pest_derive v2.0.1 Oct 16 03:01:38.669 INFO kablam! Compiling tera v0.11.17 Oct 16 03:01:57.180 INFO kablam! Compiling mdblog v0.13.1 (/source) Oct 16 03:02:05.919 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:05.919 INFO kablam! --> src/lib.rs:164:17 Oct 16 03:02:05.919 INFO kablam! | Oct 16 03:02:05.919 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 16 03:02:05.919 INFO kablam! | ^^^ Oct 16 03:02:05.919 INFO kablam! | Oct 16 03:02:05.919 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:02:05.919 INFO kablam! Oct 16 03:02:06.037 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.038 INFO kablam! --> src/lib.rs:461:17 Oct 16 03:02:06.038 INFO kablam! | Oct 16 03:02:06.039 INFO kablam! 461 | context.add("now", &now); Oct 16 03:02:06.039 INFO kablam! | ^^^ Oct 16 03:02:06.040 INFO kablam! Oct 16 03:02:06.041 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.041 INFO kablam! --> src/lib.rs:462:17 Oct 16 03:02:06.042 INFO kablam! | Oct 16 03:02:06.042 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 16 03:02:06.043 INFO kablam! | ^^^ Oct 16 03:02:06.043 INFO kablam! Oct 16 03:02:06.053 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.053 INFO kablam! --> src/lib.rs:471:17 Oct 16 03:02:06.053 INFO kablam! | Oct 16 03:02:06.053 INFO kablam! 471 | context.add("config", &self.settings); Oct 16 03:02:06.053 INFO kablam! | ^^^ Oct 16 03:02:06.053 INFO kablam! Oct 16 03:02:06.055 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.055 INFO kablam! --> src/lib.rs:472:17 Oct 16 03:02:06.055 INFO kablam! | Oct 16 03:02:06.055 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 16 03:02:06.055 INFO kablam! | ^^^ Oct 16 03:02:06.055 INFO kablam! Oct 16 03:02:06.058 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.058 INFO kablam! --> src/lib.rs:484:17 Oct 16 03:02:06.058 INFO kablam! | Oct 16 03:02:06.058 INFO kablam! 484 | context.add("post", &post); Oct 16 03:02:06.058 INFO kablam! | ^^^ Oct 16 03:02:06.058 INFO kablam! Oct 16 03:02:06.058 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.058 INFO kablam! --> src/lib.rs:485:17 Oct 16 03:02:06.058 INFO kablam! | Oct 16 03:02:06.058 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 16 03:02:06.058 INFO kablam! | ^^^ Oct 16 03:02:06.058 INFO kablam! Oct 16 03:02:06.061 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.061 INFO kablam! --> src/lib.rs:493:17 Oct 16 03:02:06.061 INFO kablam! | Oct 16 03:02:06.061 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 16 03:02:06.061 INFO kablam! | ^^^ Oct 16 03:02:06.061 INFO kablam! Oct 16 03:02:06.061 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.061 INFO kablam! --> src/lib.rs:494:17 Oct 16 03:02:06.061 INFO kablam! | Oct 16 03:02:06.061 INFO kablam! 494 | context.add("next_name", next_name); Oct 16 03:02:06.061 INFO kablam! | ^^^ Oct 16 03:02:06.062 INFO kablam! Oct 16 03:02:06.062 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.062 INFO kablam! --> src/lib.rs:495:17 Oct 16 03:02:06.062 INFO kablam! | Oct 16 03:02:06.062 INFO kablam! 495 | context.add("posts", posts); Oct 16 03:02:06.062 INFO kablam! | ^^^ Oct 16 03:02:06.062 INFO kablam! Oct 16 03:02:06.064 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.064 INFO kablam! --> src/lib.rs:502:17 Oct 16 03:02:06.064 INFO kablam! | Oct 16 03:02:06.064 INFO kablam! 502 | context.add("title", title); Oct 16 03:02:06.064 INFO kablam! | ^^^ Oct 16 03:02:06.064 INFO kablam! Oct 16 03:02:06.064 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.064 INFO kablam! --> src/lib.rs:503:17 Oct 16 03:02:06.064 INFO kablam! | Oct 16 03:02:06.064 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 16 03:02:06.064 INFO kablam! | ^^^ Oct 16 03:02:06.064 INFO kablam! Oct 16 03:02:06.065 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.065 INFO kablam! --> src/lib.rs:504:17 Oct 16 03:02:06.065 INFO kablam! | Oct 16 03:02:06.065 INFO kablam! 504 | context.add("next_name", next_name); Oct 16 03:02:06.065 INFO kablam! | ^^^ Oct 16 03:02:06.065 INFO kablam! Oct 16 03:02:06.065 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:06.065 INFO kablam! --> src/lib.rs:505:17 Oct 16 03:02:06.065 INFO kablam! | Oct 16 03:02:06.065 INFO kablam! 505 | context.add("posts", posts); Oct 16 03:02:06.065 INFO kablam! | ^^^ Oct 16 03:02:06.065 INFO kablam! Oct 16 03:02:06.265 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_causes()' method instead Oct 16 03:02:06.265 INFO kablam! --> src/utils.rs:38:22 Oct 16 03:02:06.265 INFO kablam! | Oct 16 03:02:06.265 INFO kablam! 38 | for cause in err.causes() { Oct 16 03:02:06.265 INFO kablam! | ^^^^^^ Oct 16 03:02:06.265 INFO kablam! Oct 16 03:02:23.571 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:02:23.571 INFO kablam! --> src/main.rs:3:1 Oct 16 03:02:23.571 INFO kablam! | Oct 16 03:02:23.571 INFO kablam! 3 | #[macro_use] Oct 16 03:02:23.571 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:02:23.571 INFO kablam! | Oct 16 03:02:23.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:02:23.572 INFO kablam! Oct 16 03:02:32.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 16 03:02:32.145 INFO kablam! su: No module specific data is present Oct 16 03:02:33.191 INFO running `"docker" "rm" "-f" "99254a6ab9b2f0da246b9af512eb20d1e5564a7c83912b10d6f78fe19498df3f"` Oct 16 03:02:33.473 INFO blam! 99254a6ab9b2f0da246b9af512eb20d1e5564a7c83912b10d6f78fe19498df3f Oct 16 03:02:33.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 03:02:33.915 INFO blam! c691d45e31b5ca4a506c6987400e64164f4edea56968fe8db478b3cf750233b0 Oct 16 03:02:33.917 INFO running `"docker" "start" "-a" "c691d45e31b5ca4a506c6987400e64164f4edea56968fe8db478b3cf750233b0"` Oct 16 03:02:36.162 INFO kablam! usermod: no changes Oct 16 03:02:36.595 INFO kablam! Compiling mdblog v0.13.1 (/source) Oct 16 03:02:52.540 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.541 INFO kablam! --> src/lib.rs:164:17 Oct 16 03:02:52.541 INFO kablam! | Oct 16 03:02:52.542 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 16 03:02:52.542 INFO kablam! | ^^^ Oct 16 03:02:52.543 INFO kablam! | Oct 16 03:02:52.544 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:02:52.544 INFO kablam! Oct 16 03:02:52.770 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.770 INFO kablam! --> src/lib.rs:461:17 Oct 16 03:02:52.770 INFO kablam! | Oct 16 03:02:52.770 INFO kablam! 461 | context.add("now", &now); Oct 16 03:02:52.770 INFO kablam! | ^^^ Oct 16 03:02:52.770 INFO kablam! Oct 16 03:02:52.770 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.770 INFO kablam! --> src/lib.rs:462:17 Oct 16 03:02:52.770 INFO kablam! | Oct 16 03:02:52.770 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 16 03:02:52.770 INFO kablam! | ^^^ Oct 16 03:02:52.770 INFO kablam! Oct 16 03:02:52.799 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.799 INFO kablam! --> src/lib.rs:471:17 Oct 16 03:02:52.800 INFO kablam! | Oct 16 03:02:52.800 INFO kablam! 471 | context.add("config", &self.settings); Oct 16 03:02:52.800 INFO kablam! | ^^^ Oct 16 03:02:52.800 INFO kablam! Oct 16 03:02:52.800 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.801 INFO kablam! --> src/lib.rs:472:17 Oct 16 03:02:52.801 INFO kablam! | Oct 16 03:02:52.801 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 16 03:02:52.801 INFO kablam! | ^^^ Oct 16 03:02:52.801 INFO kablam! Oct 16 03:02:52.804 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.804 INFO kablam! --> src/lib.rs:484:17 Oct 16 03:02:52.805 INFO kablam! | Oct 16 03:02:52.805 INFO kablam! 484 | context.add("post", &post); Oct 16 03:02:52.805 INFO kablam! | ^^^ Oct 16 03:02:52.805 INFO kablam! Oct 16 03:02:52.805 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.805 INFO kablam! --> src/lib.rs:485:17 Oct 16 03:02:52.806 INFO kablam! | Oct 16 03:02:52.806 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 16 03:02:52.806 INFO kablam! | ^^^ Oct 16 03:02:52.806 INFO kablam! Oct 16 03:02:52.815 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.815 INFO kablam! --> src/lib.rs:493:17 Oct 16 03:02:52.815 INFO kablam! | Oct 16 03:02:52.815 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 16 03:02:52.815 INFO kablam! | ^^^ Oct 16 03:02:52.815 INFO kablam! Oct 16 03:02:52.816 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.816 INFO kablam! --> src/lib.rs:494:17 Oct 16 03:02:52.816 INFO kablam! | Oct 16 03:02:52.816 INFO kablam! 494 | context.add("next_name", next_name); Oct 16 03:02:52.816 INFO kablam! | ^^^ Oct 16 03:02:52.816 INFO kablam! Oct 16 03:02:52.816 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.816 INFO kablam! --> src/lib.rs:495:17 Oct 16 03:02:52.816 INFO kablam! | Oct 16 03:02:52.816 INFO kablam! 495 | context.add("posts", posts); Oct 16 03:02:52.816 INFO kablam! | ^^^ Oct 16 03:02:52.816 INFO kablam! Oct 16 03:02:52.818 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.818 INFO kablam! --> src/lib.rs:502:17 Oct 16 03:02:52.819 INFO kablam! | Oct 16 03:02:52.819 INFO kablam! 502 | context.add("title", title); Oct 16 03:02:52.819 INFO kablam! | ^^^ Oct 16 03:02:52.819 INFO kablam! Oct 16 03:02:52.819 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.819 INFO kablam! --> src/lib.rs:503:17 Oct 16 03:02:52.819 INFO kablam! | Oct 16 03:02:52.819 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 16 03:02:52.819 INFO kablam! | ^^^ Oct 16 03:02:52.820 INFO kablam! Oct 16 03:02:52.820 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.820 INFO kablam! --> src/lib.rs:504:17 Oct 16 03:02:52.820 INFO kablam! | Oct 16 03:02:52.820 INFO kablam! 504 | context.add("next_name", next_name); Oct 16 03:02:52.820 INFO kablam! | ^^^ Oct 16 03:02:52.820 INFO kablam! Oct 16 03:02:52.821 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 03:02:52.821 INFO kablam! --> src/lib.rs:505:17 Oct 16 03:02:52.821 INFO kablam! | Oct 16 03:02:52.821 INFO kablam! 505 | context.add("posts", posts); Oct 16 03:02:52.821 INFO kablam! | ^^^ Oct 16 03:02:52.821 INFO kablam! Oct 16 03:02:53.242 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_causes()' method instead Oct 16 03:02:53.243 INFO kablam! --> src/utils.rs:38:22 Oct 16 03:02:53.243 INFO kablam! | Oct 16 03:02:53.243 INFO kablam! 38 | for cause in err.causes() { Oct 16 03:02:53.243 INFO kablam! | ^^^^^^ Oct 16 03:02:53.243 INFO kablam! Oct 16 03:02:54.263 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:02:54.263 INFO kablam! --> src/main.rs:3:1 Oct 16 03:02:54.263 INFO kablam! | Oct 16 03:02:54.264 INFO kablam! 3 | #[macro_use] Oct 16 03:02:54.264 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:02:54.264 INFO kablam! | Oct 16 03:02:54.264 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:02:54.265 INFO kablam! Oct 16 03:02:55.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.36s Oct 16 03:02:55.598 INFO kablam! su: No module specific data is present Oct 16 03:02:56.531 INFO running `"docker" "rm" "-f" "c691d45e31b5ca4a506c6987400e64164f4edea56968fe8db478b3cf750233b0"` Oct 16 03:02:56.827 INFO blam! c691d45e31b5ca4a506c6987400e64164f4edea56968fe8db478b3cf750233b0 Oct 16 03:02:56.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 03:02:57.297 INFO blam! f7bfbf4f7205af8c079913e107fb7ce892e0ad51c42fe34c3368c34fc6eb4aaf Oct 16 03:02:57.303 INFO running `"docker" "start" "-a" "f7bfbf4f7205af8c079913e107fb7ce892e0ad51c42fe34c3368c34fc6eb4aaf"` Oct 16 03:02:58.758 INFO kablam! usermod: no changes Oct 16 03:02:59.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.34s Oct 16 03:02:59.149 INFO kablam! Running /target/debug/deps/mdblog-9bebf0343ce4a898 Oct 16 03:02:59.152 INFO blam! Oct 16 03:02:59.152 INFO blam! running 0 tests Oct 16 03:02:59.152 INFO blam! Oct 16 03:02:59.152 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:02:59.152 INFO blam! Oct 16 03:02:59.171 INFO kablam! Running /target/debug/deps/mdblog-f3f688f7c7f8e7bb Oct 16 03:02:59.171 INFO kablam! Doc-tests mdblog Oct 16 03:02:59.172 INFO blam! Oct 16 03:02:59.172 INFO blam! running 0 tests Oct 16 03:02:59.172 INFO blam! Oct 16 03:02:59.172 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:02:59.172 INFO blam! Oct 16 03:03:14.103 INFO blam! Oct 16 03:03:14.104 INFO blam! running 0 tests Oct 16 03:03:14.104 INFO blam! Oct 16 03:03:14.104 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:03:14.104 INFO blam! Oct 16 03:03:14.114 INFO kablam! su: No module specific data is present Oct 16 03:03:14.632 INFO running `"docker" "rm" "-f" "f7bfbf4f7205af8c079913e107fb7ce892e0ad51c42fe34c3368c34fc6eb4aaf"` Oct 16 03:03:14.824 INFO blam! f7bfbf4f7205af8c079913e107fb7ce892e0ad51c42fe34c3368c34fc6eb4aaf