Oct 11 16:57:56.088 INFO testing mdblog-0.13.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:57:56.089 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:57:56.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:57:56.504 INFO blam! 343ce1f8e151d343788ed152e8c8f16d14a93da1a95e0a60491f967608b88a3f Oct 11 16:57:56.517 INFO running `"docker" "start" "-a" "343ce1f8e151d343788ed152e8c8f16d14a93da1a95e0a60491f967608b88a3f"` Oct 11 16:57:57.636 INFO kablam! usermod: no changes Oct 11 16:57:58.197 INFO kablam! Compiling mio-extras v2.0.5 Oct 11 16:57:58.205 INFO kablam! Compiling toml v0.4.8 Oct 11 16:57:58.205 INFO kablam! Compiling serde_yaml v0.7.5 Oct 11 16:57:58.217 INFO kablam! Compiling chrono v0.4.6 Oct 11 16:57:58.217 INFO kablam! Compiling pest_generator v2.0.0 Oct 11 16:57:58.217 INFO kablam! Compiling serde-hjson v0.8.1 Oct 11 16:57:58.217 INFO kablam! Compiling inotify v0.6.1 Oct 11 16:58:17.985 INFO kablam! Compiling config v0.8.0 Oct 11 16:58:18.044 INFO kablam! Compiling notify v4.0.6 Oct 11 16:58:27.012 INFO kablam! Compiling pest_derive v2.0.1 Oct 11 16:58:37.467 INFO kablam! Compiling tera v0.11.17 Oct 11 16:58:55.190 INFO kablam! Compiling mdblog v0.13.1 (/source) Oct 11 16:59:08.568 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.568 INFO kablam! --> src/lib.rs:164:17 Oct 11 16:59:08.568 INFO kablam! | Oct 11 16:59:08.568 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 11 16:59:08.568 INFO kablam! | ^^^ Oct 11 16:59:08.568 INFO kablam! | Oct 11 16:59:08.568 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:59:08.568 INFO kablam! Oct 11 16:59:08.748 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.748 INFO kablam! --> src/lib.rs:461:17 Oct 11 16:59:08.748 INFO kablam! | Oct 11 16:59:08.748 INFO kablam! 461 | context.add("now", &now); Oct 11 16:59:08.748 INFO kablam! | ^^^ Oct 11 16:59:08.748 INFO kablam! Oct 11 16:59:08.748 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.748 INFO kablam! --> src/lib.rs:462:17 Oct 11 16:59:08.748 INFO kablam! | Oct 11 16:59:08.748 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 11 16:59:08.748 INFO kablam! | ^^^ Oct 11 16:59:08.748 INFO kablam! Oct 11 16:59:08.768 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.768 INFO kablam! --> src/lib.rs:471:17 Oct 11 16:59:08.768 INFO kablam! | Oct 11 16:59:08.768 INFO kablam! 471 | context.add("config", &self.settings); Oct 11 16:59:08.768 INFO kablam! | ^^^ Oct 11 16:59:08.768 INFO kablam! Oct 11 16:59:08.768 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.768 INFO kablam! --> src/lib.rs:472:17 Oct 11 16:59:08.768 INFO kablam! | Oct 11 16:59:08.768 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 11 16:59:08.768 INFO kablam! | ^^^ Oct 11 16:59:08.768 INFO kablam! Oct 11 16:59:08.772 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.772 INFO kablam! --> src/lib.rs:484:17 Oct 11 16:59:08.772 INFO kablam! | Oct 11 16:59:08.772 INFO kablam! 484 | context.add("post", &post); Oct 11 16:59:08.772 INFO kablam! | ^^^ Oct 11 16:59:08.772 INFO kablam! Oct 11 16:59:08.772 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.772 INFO kablam! --> src/lib.rs:485:17 Oct 11 16:59:08.772 INFO kablam! | Oct 11 16:59:08.772 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 11 16:59:08.772 INFO kablam! | ^^^ Oct 11 16:59:08.772 INFO kablam! Oct 11 16:59:08.775 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.775 INFO kablam! --> src/lib.rs:493:17 Oct 11 16:59:08.775 INFO kablam! | Oct 11 16:59:08.775 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 11 16:59:08.775 INFO kablam! | ^^^ Oct 11 16:59:08.775 INFO kablam! Oct 11 16:59:08.775 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.775 INFO kablam! --> src/lib.rs:494:17 Oct 11 16:59:08.775 INFO kablam! | Oct 11 16:59:08.775 INFO kablam! 494 | context.add("next_name", next_name); Oct 11 16:59:08.775 INFO kablam! | ^^^ Oct 11 16:59:08.775 INFO kablam! Oct 11 16:59:08.775 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.775 INFO kablam! --> src/lib.rs:495:17 Oct 11 16:59:08.775 INFO kablam! | Oct 11 16:59:08.775 INFO kablam! 495 | context.add("posts", posts); Oct 11 16:59:08.775 INFO kablam! | ^^^ Oct 11 16:59:08.775 INFO kablam! Oct 11 16:59:08.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.777 INFO kablam! --> src/lib.rs:502:17 Oct 11 16:59:08.777 INFO kablam! | Oct 11 16:59:08.777 INFO kablam! 502 | context.add("title", title); Oct 11 16:59:08.777 INFO kablam! | ^^^ Oct 11 16:59:08.777 INFO kablam! Oct 11 16:59:08.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.777 INFO kablam! --> src/lib.rs:503:17 Oct 11 16:59:08.777 INFO kablam! | Oct 11 16:59:08.777 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 11 16:59:08.778 INFO kablam! | ^^^ Oct 11 16:59:08.778 INFO kablam! Oct 11 16:59:08.784 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.784 INFO kablam! --> src/lib.rs:504:17 Oct 11 16:59:08.784 INFO kablam! | Oct 11 16:59:08.784 INFO kablam! 504 | context.add("next_name", next_name); Oct 11 16:59:08.784 INFO kablam! | ^^^ Oct 11 16:59:08.784 INFO kablam! Oct 11 16:59:08.784 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 16:59:08.784 INFO kablam! --> src/lib.rs:505:17 Oct 11 16:59:08.784 INFO kablam! | Oct 11 16:59:08.784 INFO kablam! 505 | context.add("posts", posts); Oct 11 16:59:08.784 INFO kablam! | ^^^ Oct 11 16:59:08.784 INFO kablam! Oct 11 16:59:09.017 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_causes()' method instead Oct 11 16:59:09.017 INFO kablam! --> src/utils.rs:38:22 Oct 11 16:59:09.017 INFO kablam! | Oct 11 16:59:09.017 INFO kablam! 38 | for cause in err.causes() { Oct 11 16:59:09.017 INFO kablam! | ^^^^^^ Oct 11 16:59:09.017 INFO kablam! Oct 11 16:59:32.636 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:59:32.636 INFO kablam! --> src/main.rs:3:1 Oct 11 16:59:32.636 INFO kablam! | Oct 11 16:59:32.636 INFO kablam! 3 | #[macro_use] Oct 11 16:59:32.636 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:59:32.636 INFO kablam! | Oct 11 16:59:32.636 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:59:32.636 INFO kablam! Oct 11 16:59:41.517 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Oct 11 16:59:41.535 INFO kablam! su: No module specific data is present Oct 11 16:59:42.005 INFO running `"docker" "rm" "-f" "343ce1f8e151d343788ed152e8c8f16d14a93da1a95e0a60491f967608b88a3f"` Oct 11 16:59:42.338 INFO blam! 343ce1f8e151d343788ed152e8c8f16d14a93da1a95e0a60491f967608b88a3f Oct 11 16:59:42.351 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:59:42.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:59:42.816 INFO blam! 12d8cdbcc1b756f610717455a4036899c42ab6723fcd6b23fe7186e20568def6 Oct 11 16:59:42.817 INFO running `"docker" "start" "-a" "12d8cdbcc1b756f610717455a4036899c42ab6723fcd6b23fe7186e20568def6"` Oct 11 16:59:44.396 INFO kablam! usermod: no changes Oct 11 16:59:44.896 INFO kablam! Compiling mdblog v0.13.1 (/source) Oct 11 17:00:01.945 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:01.945 INFO kablam! --> src/lib.rs:164:17 Oct 11 17:00:01.945 INFO kablam! | Oct 11 17:00:01.945 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 11 17:00:01.945 INFO kablam! | ^^^ Oct 11 17:00:01.945 INFO kablam! | Oct 11 17:00:01.948 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:00:01.948 INFO kablam! Oct 11 17:00:02.072 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.072 INFO kablam! --> src/lib.rs:461:17 Oct 11 17:00:02.072 INFO kablam! | Oct 11 17:00:02.072 INFO kablam! 461 | context.add("now", &now); Oct 11 17:00:02.072 INFO kablam! | ^^^ Oct 11 17:00:02.072 INFO kablam! Oct 11 17:00:02.072 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.072 INFO kablam! --> src/lib.rs:462:17 Oct 11 17:00:02.072 INFO kablam! | Oct 11 17:00:02.072 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 11 17:00:02.072 INFO kablam! | ^^^ Oct 11 17:00:02.073 INFO kablam! Oct 11 17:00:02.088 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.088 INFO kablam! --> src/lib.rs:471:17 Oct 11 17:00:02.088 INFO kablam! | Oct 11 17:00:02.088 INFO kablam! 471 | context.add("config", &self.settings); Oct 11 17:00:02.088 INFO kablam! | ^^^ Oct 11 17:00:02.088 INFO kablam! Oct 11 17:00:02.088 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.088 INFO kablam! --> src/lib.rs:472:17 Oct 11 17:00:02.088 INFO kablam! | Oct 11 17:00:02.088 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 11 17:00:02.088 INFO kablam! | ^^^ Oct 11 17:00:02.088 INFO kablam! Oct 11 17:00:02.096 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.096 INFO kablam! --> src/lib.rs:484:17 Oct 11 17:00:02.096 INFO kablam! | Oct 11 17:00:02.096 INFO kablam! 484 | context.add("post", &post); Oct 11 17:00:02.096 INFO kablam! | ^^^ Oct 11 17:00:02.096 INFO kablam! Oct 11 17:00:02.096 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.096 INFO kablam! --> src/lib.rs:485:17 Oct 11 17:00:02.096 INFO kablam! | Oct 11 17:00:02.096 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 11 17:00:02.096 INFO kablam! | ^^^ Oct 11 17:00:02.096 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:493:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:494:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 494 | context.add("next_name", next_name); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:495:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 495 | context.add("posts", posts); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:502:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 502 | context.add("title", title); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:503:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:504:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 504 | context.add("next_name", next_name); Oct 11 17:00:02.108 INFO kablam! | ^^^ Oct 11 17:00:02.108 INFO kablam! Oct 11 17:00:02.108 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 11 17:00:02.108 INFO kablam! --> src/lib.rs:505:17 Oct 11 17:00:02.108 INFO kablam! | Oct 11 17:00:02.108 INFO kablam! 505 | context.add("posts", posts); Oct 11 17:00:02.109 INFO kablam! | ^^^ Oct 11 17:00:02.109 INFO kablam! Oct 11 17:00:02.373 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_causes()' method instead Oct 11 17:00:02.373 INFO kablam! --> src/utils.rs:38:22 Oct 11 17:00:02.373 INFO kablam! | Oct 11 17:00:02.373 INFO kablam! 38 | for cause in err.causes() { Oct 11 17:00:02.373 INFO kablam! | ^^^^^^ Oct 11 17:00:02.373 INFO kablam! Oct 11 17:00:04.233 INFO kablam! warning: unused `#[macro_use]` import Oct 11 17:00:04.233 INFO kablam! --> src/main.rs:3:1 Oct 11 17:00:04.233 INFO kablam! | Oct 11 17:00:04.233 INFO kablam! 3 | #[macro_use] Oct 11 17:00:04.233 INFO kablam! | ^^^^^^^^^^^^ Oct 11 17:00:04.233 INFO kablam! | Oct 11 17:00:04.233 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:00:04.233 INFO kablam! Oct 11 17:00:05.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.77s Oct 11 17:00:05.223 INFO kablam! su: No module specific data is present Oct 11 17:00:06.098 INFO running `"docker" "rm" "-f" "12d8cdbcc1b756f610717455a4036899c42ab6723fcd6b23fe7186e20568def6"` Oct 11 17:00:06.436 INFO blam! 12d8cdbcc1b756f610717455a4036899c42ab6723fcd6b23fe7186e20568def6 Oct 11 17:00:06.444 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:00:06.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:00:07.004 INFO blam! 697001a0c86b13f539acc7bc9628facf187f0d836e0a113fc23c007742161d12 Oct 11 17:00:07.012 INFO running `"docker" "start" "-a" "697001a0c86b13f539acc7bc9628facf187f0d836e0a113fc23c007742161d12"` Oct 11 17:00:08.265 INFO kablam! usermod: no changes Oct 11 17:00:08.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 11 17:00:08.614 INFO kablam! Running /target/debug/deps/mdblog-526a3a8ef9b0c8b3 Oct 11 17:00:08.625 INFO blam! Oct 11 17:00:08.625 INFO blam! running 0 tests Oct 11 17:00:08.625 INFO blam! Oct 11 17:00:08.625 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:00:08.625 INFO blam! Oct 11 17:00:08.625 INFO kablam! Running /target/debug/deps/mdblog-8631944322333335 Oct 11 17:00:08.627 INFO blam! Oct 11 17:00:08.627 INFO blam! running 0 tests Oct 11 17:00:08.627 INFO blam! Oct 11 17:00:08.627 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:00:08.627 INFO blam! Oct 11 17:00:08.627 INFO kablam! Doc-tests mdblog Oct 11 17:00:34.487 INFO blam! Oct 11 17:00:34.487 INFO blam! running 0 tests Oct 11 17:00:34.487 INFO blam! Oct 11 17:00:34.487 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:00:34.487 INFO blam! Oct 11 17:00:34.502 INFO kablam! su: No module specific data is present Oct 11 17:00:35.778 INFO running `"docker" "rm" "-f" "697001a0c86b13f539acc7bc9628facf187f0d836e0a113fc23c007742161d12"` Oct 11 17:00:36.052 INFO blam! 697001a0c86b13f539acc7bc9628facf187f0d836e0a113fc23c007742161d12