Oct 16 14:53:30.504 INFO testing clog-0.9.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:53:30.504 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 16 14:53:30.739 INFO blam! 50b660d26c38391700f8933ad71c9e88eee2669650bbc0591516fc8c6c2f4fbc Oct 16 14:53:30.741 INFO running `"docker" "start" "-a" "50b660d26c38391700f8933ad71c9e88eee2669650bbc0591516fc8c6c2f4fbc"` Oct 16 14:53:32.174 INFO kablam! usermod: no changes Oct 16 14:53:32.279 INFO kablam! Compiling clog v0.9.1 (/source) Oct 16 14:53:33.511 INFO kablam! warning: unused macro definition Oct 16 14:53:33.511 INFO kablam! --> src/macros.rs:9:1 Oct 16 14:53:33.511 INFO kablam! | Oct 16 14:53:33.511 INFO kablam! 9 | / macro_rules! werr( Oct 16 14:53:33.511 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 16 14:53:33.511 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 16 14:53:33.511 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 14:53:33.511 INFO kablam! 13 | | }) Oct 16 14:53:33.511 INFO kablam! 14 | | ); Oct 16 14:53:33.511 INFO kablam! | |__^ Oct 16 14:53:33.511 INFO kablam! | Oct 16 14:53:33.511 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:53:33.511 INFO kablam! Oct 16 14:53:33.511 INFO kablam! warning: unused macro definition Oct 16 14:53:33.511 INFO kablam! --> src/macros.rs:39:1 Oct 16 14:53:33.511 INFO kablam! | Oct 16 14:53:33.511 INFO kablam! 39 | / macro_rules! debug { Oct 16 14:53:33.511 INFO kablam! 40 | | ($fmt:expr) => (); Oct 16 14:53:33.511 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 14:53:33.511 INFO kablam! 42 | | } Oct 16 14:53:33.511 INFO kablam! | |_^ Oct 16 14:53:33.511 INFO kablam! Oct 16 14:53:33.539 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:33.539 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:33.539 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:33.539 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:33.539 INFO kablam! 14 | | Json, Oct 16 14:53:33.539 INFO kablam! 15 | | Markdown Oct 16 14:53:33.539 INFO kablam! 16 | | } Oct 16 14:53:33.539 INFO kablam! 17 | | } Oct 16 14:53:33.539 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:53:33.539 INFO kablam! Oct 16 14:53:33.539 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:33.539 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:33.539 INFO kablam! | Oct 16 14:53:33.539 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:33.539 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:33.539 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:33.539 INFO kablam! 13 | | Github, Oct 16 14:53:33.539 INFO kablam! ... | Oct 16 14:53:33.539 INFO kablam! 17 | | } Oct 16 14:53:33.539 INFO kablam! 18 | | } Oct 16 14:53:33.539 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.539 INFO kablam! Oct 16 14:53:33.795 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:33.795 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.796 INFO kablam! | Oct 16 14:53:33.796 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.797 INFO kablam! | Oct 16 14:53:33.797 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:33.797 INFO kablam! | Oct 16 14:53:33.797 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:33.798 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:33.798 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:33.798 INFO kablam! 14 | | Json, Oct 16 14:53:33.799 INFO kablam! 15 | | Markdown Oct 16 14:53:33.799 INFO kablam! 16 | | } Oct 16 14:53:33.799 INFO kablam! 17 | | } Oct 16 14:53:33.799 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.799 INFO kablam! | Oct 16 14:53:33.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:53:33.800 INFO kablam! Oct 16 14:53:33.800 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:33.800 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:33.800 INFO kablam! | Oct 16 14:53:33.800 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:33.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:33.800 INFO kablam! | Oct 16 14:53:33.800 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:33.800 INFO kablam! | Oct 16 14:53:33.800 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:33.800 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:33.800 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:33.800 INFO kablam! 13 | | Github, Oct 16 14:53:33.800 INFO kablam! ... | Oct 16 14:53:33.800 INFO kablam! 17 | | } Oct 16 14:53:33.800 INFO kablam! 18 | | } Oct 16 14:53:33.800 INFO kablam! | |_- in this macro invocation Oct 16 14:53:33.800 INFO kablam! Oct 16 14:53:36.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.94s Oct 16 14:53:36.152 INFO kablam! su: No module specific data is present Oct 16 14:53:36.737 INFO running `"docker" "rm" "-f" "50b660d26c38391700f8933ad71c9e88eee2669650bbc0591516fc8c6c2f4fbc"` Oct 16 14:53:37.020 INFO blam! 50b660d26c38391700f8933ad71c9e88eee2669650bbc0591516fc8c6c2f4fbc Oct 16 14:53:37.021 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 16 14:53:37.424 INFO blam! 8be6d4ed3343bb1306e917ddeb438165932c992c6f13f35e0e08da90becd0e49 Oct 16 14:53:37.425 INFO running `"docker" "start" "-a" "8be6d4ed3343bb1306e917ddeb438165932c992c6f13f35e0e08da90becd0e49"` Oct 16 14:53:38.428 INFO kablam! usermod: no changes Oct 16 14:53:38.571 INFO kablam! Compiling clog v0.9.1 (/source) Oct 16 14:53:39.939 INFO kablam! warning: unused macro definition Oct 16 14:53:39.939 INFO kablam! --> src/macros.rs:9:1 Oct 16 14:53:39.939 INFO kablam! | Oct 16 14:53:39.939 INFO kablam! 9 | / macro_rules! werr( Oct 16 14:53:39.939 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 16 14:53:39.939 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 16 14:53:39.939 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 14:53:39.939 INFO kablam! 13 | | }) Oct 16 14:53:39.939 INFO kablam! 14 | | ); Oct 16 14:53:39.939 INFO kablam! | |__^ Oct 16 14:53:39.939 INFO kablam! | Oct 16 14:53:39.939 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 14:53:39.939 INFO kablam! Oct 16 14:53:39.939 INFO kablam! warning: unused macro definition Oct 16 14:53:39.939 INFO kablam! --> src/macros.rs:39:1 Oct 16 14:53:39.939 INFO kablam! | Oct 16 14:53:39.939 INFO kablam! 39 | / macro_rules! debug { Oct 16 14:53:39.939 INFO kablam! 40 | | ($fmt:expr) => (); Oct 16 14:53:39.939 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 14:53:39.939 INFO kablam! 42 | | } Oct 16 14:53:39.939 INFO kablam! | |_^ Oct 16 14:53:39.939 INFO kablam! Oct 16 14:53:39.961 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:39.961 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:39.961 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:39.961 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:39.961 INFO kablam! 14 | | Json, Oct 16 14:53:39.961 INFO kablam! 15 | | Markdown Oct 16 14:53:39.961 INFO kablam! 16 | | } Oct 16 14:53:39.961 INFO kablam! 17 | | } Oct 16 14:53:39.961 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:53:39.961 INFO kablam! Oct 16 14:53:39.961 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 14:53:39.961 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:39.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:39.961 INFO kablam! | Oct 16 14:53:39.961 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:39.961 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:39.961 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:39.961 INFO kablam! 13 | | Github, Oct 16 14:53:39.961 INFO kablam! ... | Oct 16 14:53:39.961 INFO kablam! 17 | | } Oct 16 14:53:39.961 INFO kablam! 18 | | } Oct 16 14:53:39.961 INFO kablam! | |_- in this macro invocation Oct 16 14:53:39.961 INFO kablam! Oct 16 14:53:40.182 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:40.182 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:40.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! 11 | / clog_enum! { Oct 16 14:53:40.182 INFO kablam! 12 | | #[derive(Debug)] Oct 16 14:53:40.182 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 16 14:53:40.182 INFO kablam! 14 | | Json, Oct 16 14:53:40.182 INFO kablam! 15 | | Markdown Oct 16 14:53:40.182 INFO kablam! 16 | | } Oct 16 14:53:40.182 INFO kablam! 17 | | } Oct 16 14:53:40.182 INFO kablam! | |_- in this macro invocation Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:53:40.182 INFO kablam! Oct 16 14:53:40.182 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 16 14:53:40.182 INFO kablam! --> src/macros.rs:208:21 Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 16 14:53:40.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! ::: src/link_style.rs:10:1 Oct 16 14:53:40.182 INFO kablam! | Oct 16 14:53:40.182 INFO kablam! 10 | / clog_enum!{ Oct 16 14:53:40.182 INFO kablam! 11 | | #[derive(Debug)] Oct 16 14:53:40.182 INFO kablam! 12 | | pub enum LinkStyle { Oct 16 14:53:40.182 INFO kablam! 13 | | Github, Oct 16 14:53:40.182 INFO kablam! ... | Oct 16 14:53:40.182 INFO kablam! 17 | | } Oct 16 14:53:40.182 INFO kablam! 18 | | } Oct 16 14:53:40.182 INFO kablam! | |_- in this macro invocation Oct 16 14:53:40.182 INFO kablam! Oct 16 14:53:40.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 16 14:53:40.913 INFO kablam! su: No module specific data is present Oct 16 14:53:41.460 INFO running `"docker" "rm" "-f" "8be6d4ed3343bb1306e917ddeb438165932c992c6f13f35e0e08da90becd0e49"` Oct 16 14:53:41.918 INFO blam! 8be6d4ed3343bb1306e917ddeb438165932c992c6f13f35e0e08da90becd0e49 Oct 16 14:53:41.919 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 16 14:53:42.279 INFO blam! 303a8f42f000cd7680bd5cae2b5e0d214a46dbd71db95fa94d3517652cd4db3f Oct 16 14:53:42.285 INFO running `"docker" "start" "-a" "303a8f42f000cd7680bd5cae2b5e0d214a46dbd71db95fa94d3517652cd4db3f"` Oct 16 14:53:43.395 INFO kablam! usermod: no changes Oct 16 14:53:43.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 16 14:53:43.535 INFO kablam! Running /target/debug/deps/clog-65da4e8ca17149f0 Oct 16 14:53:43.537 INFO blam! Oct 16 14:53:43.537 INFO blam! running 0 tests Oct 16 14:53:43.537 INFO blam! Oct 16 14:53:43.537 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:53:43.537 INFO blam! Oct 16 14:53:43.551 INFO kablam! Doc-tests clog Oct 16 14:53:45.554 INFO blam! Oct 16 14:53:45.554 INFO blam! running 39 tests Oct 16 14:53:52.862 INFO blam! test src/clog.rs - clog::Clog::from_file (line 304) ... ok Oct 16 14:53:53.027 INFO blam! test src/clog.rs - clog::Clog::format (line 486) ... ok Oct 16 14:53:53.429 INFO blam! test src/clog.rs - clog::Clog::get_commits (line 754) ... ok Oct 16 14:53:53.699 INFO blam! test src/clog.rs - clog::Clog::changelog (line 618) ... ok Oct 16 14:53:53.879 INFO blam! test src/clog.rs - clog::Clog::get_last_commit (line 882) ... ok Oct 16 14:53:53.892 INFO blam! test src/clog.rs - clog::Clog::from (line 581) ... ok Oct 16 14:53:54.291 INFO blam! test src/clog.rs - clog::BuilderResult (line 25) ... ok Oct 16 14:53:54.552 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag (line 833) ... ok Oct 16 14:53:59.823 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag_ver (line 858) ... ok Oct 16 14:54:01.164 INFO blam! test src/clog.rs - clog::Clog::git_work_tree (line 699) ... ok Oct 16 14:54:01.228 INFO blam! test src/clog.rs - clog::Clog::link_style (line 526) ... ok Oct 16 14:54:01.537 INFO blam! test src/clog.rs - clog::Clog::outfile (line 642) ... ok Oct 16 14:54:01.660 INFO blam! test src/clog.rs - clog::Clog::new (line 171) ... ok Oct 16 14:54:02.071 INFO blam! test src/clog.rs - clog::Clog::git_dir (line 682) ... ok Oct 16 14:54:02.955 INFO blam! test src/clog.rs - clog::Clog::grep (line 469) ... ok Oct 16 14:54:03.437 INFO blam! test src/clog.rs - clog::Clog::infile (line 665) ... ok Oct 16 14:54:06.038 INFO blam! test src/clog.rs - clog::Clog::output_format (line 736) ... ok Oct 16 14:54:06.659 INFO blam! test src/clog.rs - clog::Clog::section_for (line 938) ... ok Oct 16 14:54:07.271 INFO blam! test src/clog.rs - clog::Clog::repository (line 507) ... ok Oct 16 14:54:08.023 INFO blam! test src/clog.rs - clog::Clog::to (line 599) ... ok Oct 16 14:54:08.505 INFO blam! test src/clog.rs - clog::Clog::subtitle (line 562) ... ok Oct 16 14:54:09.888 INFO blam! test src/clog.rs - clog::Clog::patch_ver (line 719) ... ok Oct 16 14:54:10.999 INFO blam! test src/clog.rs - clog::Clog::version (line 545) ... ok Oct 16 14:54:11.475 INFO blam! test src/clog.rs - clog::Clog::with_all (line 189) ... ok Oct 16 14:54:19.047 INFO blam! test src/clog.rs - clog::Clog::with_dir (line 259) ... ok Oct 16 14:54:20.719 INFO blam! test src/clog.rs - clog::Clog::write_changelog (line 962) ... ok Oct 16 14:54:20.863 INFO blam! test src/clog.rs - clog::Clog::with_dirs (line 279) ... ok Oct 16 14:54:21.428 INFO blam! test src/clog.rs - clog::Clog::with_dir_and_file (line 215) ... ok Oct 16 14:54:21.975 INFO blam! test src/clog.rs - clog::Clog::write_changelog_to (line 1000) ... ok Oct 16 14:54:22.127 INFO blam! test src/clog.rs - clog::Clog::write_changelog_from (line 1052) ... ok Oct 16 14:54:22.935 INFO blam! test src/clog.rs - clog::Clog::write_changelog_with (line 1121) ... ok Oct 16 14:54:24.995 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter (line 17) ... ok Oct 16 14:54:27.233 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter<'a>::new (line 48) ... ok Oct 16 14:54:28.258 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter<'a>::new (line 47) ... ok Oct 16 14:54:28.681 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter (line 16) ... ok Oct 16 14:54:28.879 INFO blam! test src/fmt/mod.rs - fmt::WriterResult (line 24) ... ok Oct 16 14:54:29.021 INFO blam! test src/link_style.rs - link_style::LinkStyle::commit_link (line 50) ... ok Oct 16 14:54:29.180 INFO blam! test src/sectionmap.rs - sectionmap::SectionMap::from_commits (line 20) ... ok Oct 16 14:54:29.227 INFO blam! test src/link_style.rs - link_style::LinkStyle::issue_link (line 25) ... ok Oct 16 14:54:29.228 INFO blam! Oct 16 14:54:29.228 INFO blam! test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:54:29.228 INFO blam! Oct 16 14:54:29.241 INFO kablam! su: No module specific data is present Oct 16 14:54:29.858 INFO running `"docker" "rm" "-f" "303a8f42f000cd7680bd5cae2b5e0d214a46dbd71db95fa94d3517652cd4db3f"` Oct 16 14:54:30.016 INFO blam! 303a8f42f000cd7680bd5cae2b5e0d214a46dbd71db95fa94d3517652cd4db3f