Oct 16 14:53:30.402 INFO testing clog-0.9.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:53:30.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:53:30.635 INFO blam! f3a0e26001124d9322f6724ef27631fc5172117cb0b79d1f0cee2ce4936a5704 Oct 16 14:53:30.637 INFO running `"docker" "start" "-a" "f3a0e26001124d9322f6724ef27631fc5172117cb0b79d1f0cee2ce4936a5704"` Oct 16 14:53:31.862 INFO kablam! usermod: no changes Oct 16 14:53:31.987 INFO kablam! Compiling clog v0.9.1 (/source) Oct 16 14:53:33.243 INFO kablam! warning: unused macro definition Oct 16 14:53:33.243 INFO kablam! --> src/macros.rs:9:1 Oct 16 14:53:33.243 INFO kablam! | Oct 16 14:53:33.243 INFO kablam! 9 | / macro_rules! werr( Oct 16 14:53:33.243 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 16 14:53:33.243 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 16 14:53:33.243 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 14:53:33.243 INFO kablam! 13 | | }) Oct 16 14:53:33.243 INFO kablam! 14 | | ); Oct 16 14:53:33.243 INFO kablam! | |__^ Oct 16 14:53:33.243 INFO kablam! | Oct 16 14:53:33.243 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:53:33.243 INFO kablam! Oct 16 14:53:33.243 INFO kablam! warning: unused macro definition Oct 16 14:53:33.243 INFO kablam! --> src/macros.rs:39:1 Oct 16 14:53:33.243 INFO kablam! | Oct 16 14:53:33.243 INFO kablam! 39 | / macro_rules! debug { Oct 16 14:53:33.243 INFO kablam! 40 | | ($fmt:expr) => (); Oct 16 14:53:33.243 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 14:53:33.243 INFO kablam! 42 | | } Oct 16 14:53:33.243 INFO kablam! | |_^ Oct 16 14:53:33.243 INFO kablam! Oct 16 14:53:33.265 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:33.265 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.265 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:33.266 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:33.266 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:33.266 INFO kablam! 14 | | Json, Oct 16 14:53:33.266 INFO kablam! 15 | | Markdown Oct 16 14:53:33.266 INFO kablam! 16 | | } Oct 16 14:53:33.266 INFO kablam! 17 | | } Oct 16 14:53:33.266 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:53:33.266 INFO kablam! Oct 16 14:53:33.266 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:33.266 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:33.266 INFO kablam! | Oct 16 14:53:33.266 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:33.266 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:33.266 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:33.266 INFO kablam! 13 | | Github, Oct 16 14:53:33.266 INFO kablam! ... | Oct 16 14:53:33.266 INFO kablam! 17 | | } Oct 16 14:53:33.266 INFO kablam! 18 | | } Oct 16 14:53:33.266 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.266 INFO kablam! Oct 16 14:53:33.502 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:33.502 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.502 INFO kablam! | Oct 16 14:53:33.502 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.502 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:33.503 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:33.503 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:33.503 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:33.503 INFO kablam! 14 | | Json, Oct 16 14:53:33.503 INFO kablam! 15 | | Markdown Oct 16 14:53:33.503 INFO kablam! 16 | | } Oct 16 14:53:33.503 INFO kablam! 17 | | } Oct 16 14:53:33.503 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.503 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:53:33.503 INFO kablam! Oct 16 14:53:33.503 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:33.503 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.503 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.503 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:33.503 INFO kablam! | Oct 16 14:53:33.503 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:33.503 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:33.503 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:33.503 INFO kablam! 13 | | Github, Oct 16 14:53:33.503 INFO kablam! ... | Oct 16 14:53:33.503 INFO kablam! 17 | | } Oct 16 14:53:33.503 INFO kablam! 18 | | } Oct 16 14:53:33.503 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.503 INFO kablam! Oct 16 14:53:35.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 16 14:53:35.697 INFO kablam! su: No module specific data is present Oct 16 14:53:36.460 INFO running `"docker" "rm" "-f" "f3a0e26001124d9322f6724ef27631fc5172117cb0b79d1f0cee2ce4936a5704"` Oct 16 14:53:36.736 INFO blam! f3a0e26001124d9322f6724ef27631fc5172117cb0b79d1f0cee2ce4936a5704 Oct 16 14:53:36.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:53:37.192 INFO blam! 467b6be6e2359b40b730943da2dccaf50811ab87d221378eb48f302139451cbf Oct 16 14:53:37.193 INFO running `"docker" "start" "-a" "467b6be6e2359b40b730943da2dccaf50811ab87d221378eb48f302139451cbf"` Oct 16 14:53:38.219 INFO kablam! usermod: no changes Oct 16 14:53:38.299 INFO kablam! Compiling clog v0.9.1 (/source) Oct 16 14:53:39.607 INFO kablam! warning: unused macro definition Oct 16 14:53:39.607 INFO kablam! --> src/macros.rs:9:1 Oct 16 14:53:39.607 INFO kablam! | Oct 16 14:53:39.607 INFO kablam! 9 | / macro_rules! werr( Oct 16 14:53:39.607 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 16 14:53:39.607 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 16 14:53:39.607 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 14:53:39.607 INFO kablam! 13 | | }) Oct 16 14:53:39.607 INFO kablam! 14 | | ); Oct 16 14:53:39.607 INFO kablam! | |__^ Oct 16 14:53:39.607 INFO kablam! | Oct 16 14:53:39.607 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:53:39.607 INFO kablam! Oct 16 14:53:39.607 INFO kablam! warning: unused macro definition Oct 16 14:53:39.607 INFO kablam! --> src/macros.rs:39:1 Oct 16 14:53:39.607 INFO kablam! | Oct 16 14:53:39.607 INFO kablam! 39 | / macro_rules! debug { Oct 16 14:53:39.607 INFO kablam! 40 | | ($fmt:expr) => (); Oct 16 14:53:39.607 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 14:53:39.607 INFO kablam! 42 | | } Oct 16 14:53:39.607 INFO kablam! | |_^ Oct 16 14:53:39.607 INFO kablam! Oct 16 14:53:39.627 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:39.627 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:39.627 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:39.627 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:39.627 INFO kablam! 14 | | Json, Oct 16 14:53:39.627 INFO kablam! 15 | | Markdown Oct 16 14:53:39.627 INFO kablam! 16 | | } Oct 16 14:53:39.627 INFO kablam! 17 | | } Oct 16 14:53:39.627 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:53:39.627 INFO kablam! Oct 16 14:53:39.627 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:39.627 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:39.627 INFO kablam! | Oct 16 14:53:39.627 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:39.627 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:39.627 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:39.627 INFO kablam! 13 | | Github, Oct 16 14:53:39.627 INFO kablam! ... | Oct 16 14:53:39.627 INFO kablam! 17 | | } Oct 16 14:53:39.627 INFO kablam! 18 | | } Oct 16 14:53:39.627 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.627 INFO kablam! Oct 16 14:53:39.883 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:39.883 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:39.883 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:39.883 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:39.883 INFO kablam! 14 | | Json, Oct 16 14:53:39.883 INFO kablam! 15 | | Markdown Oct 16 14:53:39.883 INFO kablam! 16 | | } Oct 16 14:53:39.883 INFO kablam! 17 | | } Oct 16 14:53:39.883 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:53:39.883 INFO kablam! Oct 16 14:53:39.883 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:39.883 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:39.883 INFO kablam! | Oct 16 14:53:39.883 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:39.883 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:39.883 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:39.883 INFO kablam! 13 | | Github, Oct 16 14:53:39.883 INFO kablam! ... | Oct 16 14:53:39.883 INFO kablam! 17 | | } Oct 16 14:53:39.883 INFO kablam! 18 | | } Oct 16 14:53:39.883 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.883 INFO kablam! Oct 16 14:53:40.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 16 14:53:40.643 INFO kablam! su: No module specific data is present Oct 16 14:53:41.227 INFO running `"docker" "rm" "-f" "467b6be6e2359b40b730943da2dccaf50811ab87d221378eb48f302139451cbf"` Oct 16 14:53:41.627 INFO blam! 467b6be6e2359b40b730943da2dccaf50811ab87d221378eb48f302139451cbf Oct 16 14:53:41.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:53:42.199 INFO blam! 0c829c8066c006af1554c617fe0f81ff6d54ee8a7aa156c90b48260016fbfc8f Oct 16 14:53:42.207 INFO running `"docker" "start" "-a" "0c829c8066c006af1554c617fe0f81ff6d54ee8a7aa156c90b48260016fbfc8f"` Oct 16 14:53:43.387 INFO kablam! usermod: no changes Oct 16 14:53:43.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 14:53:43.504 INFO kablam! Running /target/debug/deps/clog-d9588736d7eed593 Oct 16 14:53:43.505 INFO blam! Oct 16 14:53:43.505 INFO blam! running 0 tests Oct 16 14:53:43.505 INFO blam! Oct 16 14:53:43.505 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:53:43.505 INFO blam! Oct 16 14:53:43.507 INFO kablam! Doc-tests clog Oct 16 14:53:45.397 INFO blam! Oct 16 14:53:45.397 INFO blam! running 39 tests Oct 16 14:53:52.967 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag (line 833) ... ok Oct 16 14:53:53.414 INFO blam! test src/clog.rs - clog::Clog::format (line 486) ... ok Oct 16 14:53:53.579 INFO blam! test src/clog.rs - clog::Clog::changelog (line 618) ... ok Oct 16 14:53:53.850 INFO blam! test src/clog.rs - clog::BuilderResult (line 25) ... ok Oct 16 14:53:54.002 INFO blam! test src/clog.rs - clog::Clog::from (line 581) ... ok Oct 16 14:53:54.223 INFO blam! test src/clog.rs - clog::Clog::from_file (line 304) ... ok Oct 16 14:53:54.398 INFO blam! test src/clog.rs - clog::Clog::get_commits (line 754) ... ok Oct 16 14:53:56.455 INFO blam! test src/clog.rs - clog::Clog::get_last_commit (line 882) ... ok Oct 16 14:54:01.218 INFO blam! test src/clog.rs - clog::Clog::grep (line 469) ... ok Oct 16 14:54:01.618 INFO blam! test src/clog.rs - clog::Clog::infile (line 665) ... ok Oct 16 14:54:01.819 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag_ver (line 858) ... ok Oct 16 14:54:01.975 INFO blam! test src/clog.rs - clog::Clog::git_work_tree (line 699) ... ok Oct 16 14:54:02.427 INFO blam! test src/clog.rs - clog::Clog::git_dir (line 682) ... ok Oct 16 14:54:03.095 INFO blam! test src/clog.rs - clog::Clog::new (line 171) ... ok Oct 16 14:54:03.507 INFO blam! test src/clog.rs - clog::Clog::link_style (line 526) ... ok Oct 16 14:54:05.003 INFO blam! test src/clog.rs - clog::Clog::outfile (line 642) ... ok Oct 16 14:54:06.189 INFO blam! test src/clog.rs - clog::Clog::output_format (line 736) ... ok Oct 16 14:54:08.267 INFO blam! test src/clog.rs - clog::Clog::patch_ver (line 719) ... ok Oct 16 14:54:10.580 INFO blam! test src/clog.rs - clog::Clog::to (line 599) ... ok Oct 16 14:54:10.631 INFO blam! test src/clog.rs - clog::Clog::repository (line 507) ... ok Oct 16 14:54:11.047 INFO blam! test src/clog.rs - clog::Clog::section_for (line 938) ... ok Oct 16 14:54:12.871 INFO blam! test src/clog.rs - clog::Clog::subtitle (line 562) ... ok Oct 16 14:54:14.355 INFO blam! test src/clog.rs - clog::Clog::version (line 545) ... ok Oct 16 14:54:18.227 INFO blam! test src/clog.rs - clog::Clog::with_all (line 189) ... ok Oct 16 14:54:20.191 INFO blam! test src/clog.rs - clog::Clog::with_dir (line 259) ... ok Oct 16 14:54:21.851 INFO blam! test src/clog.rs - clog::Clog::with_dirs (line 279) ... ok Oct 16 14:54:21.855 INFO blam! test src/clog.rs - clog::Clog::with_dir_and_file (line 215) ... ok Oct 16 14:54:24.323 INFO blam! test src/clog.rs - clog::Clog::write_changelog_from (line 1052) ... ok Oct 16 14:54:24.651 INFO blam! test src/clog.rs - clog::Clog::write_changelog_to (line 1000) ... ok Oct 16 14:54:24.939 INFO blam! test src/clog.rs - clog::Clog::write_changelog (line 962) ... ok Oct 16 14:54:26.259 INFO blam! test src/clog.rs - clog::Clog::write_changelog_with (line 1121) ... ok Oct 16 14:54:27.735 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter (line 17) ... ok Oct 16 14:54:28.480 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter<'a>::new (line 48) ... ok Oct 16 14:54:29.051 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter<'a>::new (line 47) ... ok Oct 16 14:54:29.163 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter (line 16) ... ok Oct 16 14:54:29.458 INFO blam! test src/fmt/mod.rs - fmt::WriterResult (line 24) ... ok Oct 16 14:54:30.049 INFO blam! test src/link_style.rs - link_style::LinkStyle::issue_link (line 25) ... ok Oct 16 14:54:30.132 INFO blam! test src/link_style.rs - link_style::LinkStyle::commit_link (line 50) ... ok Oct 16 14:54:30.508 INFO blam! test src/sectionmap.rs - sectionmap::SectionMap::from_commits (line 20) ... ok Oct 16 14:54:30.509 INFO blam! Oct 16 14:54:30.509 INFO blam! test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:54:30.509 INFO blam! Oct 16 14:54:30.519 INFO kablam! su: No module specific data is present Oct 16 14:54:30.874 INFO running `"docker" "rm" "-f" "0c829c8066c006af1554c617fe0f81ff6d54ee8a7aa156c90b48260016fbfc8f"` Oct 16 14:54:30.971 INFO blam! 0c829c8066c006af1554c617fe0f81ff6d54ee8a7aa156c90b48260016fbfc8f