Oct 12 03:02:29.149 INFO testing clog-0.9.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:02:29.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 03:02:29.469 INFO blam! 5303f4d68672efa0b86d5edbf4ad3be365977d7c86d224b07b88b57b6c0bb432 Oct 12 03:02:29.484 INFO running `"docker" "start" "-a" "5303f4d68672efa0b86d5edbf4ad3be365977d7c86d224b07b88b57b6c0bb432"` Oct 12 03:02:30.708 INFO kablam! usermod: no changes Oct 12 03:02:30.853 INFO kablam! Compiling clog v0.9.1 (/source) Oct 12 03:02:32.696 INFO kablam! warning: unused macro definition Oct 12 03:02:32.697 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:32.697 INFO kablam! | Oct 12 03:02:32.698 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:32.698 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:32.698 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:32.699 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:32.699 INFO kablam! 13 | | }) Oct 12 03:02:32.699 INFO kablam! 14 | | ); Oct 12 03:02:32.699 INFO kablam! | |__^ Oct 12 03:02:32.700 INFO kablam! | Oct 12 03:02:32.700 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:32.701 INFO kablam! Oct 12 03:02:32.701 INFO kablam! warning: unused macro definition Oct 12 03:02:32.701 INFO kablam! --> src/macros.rs:39:1 Oct 12 03:02:32.701 INFO kablam! | Oct 12 03:02:32.702 INFO kablam! 39 | / macro_rules! debug { Oct 12 03:02:32.702 INFO kablam! 40 | | ($fmt:expr) => (); Oct 12 03:02:32.702 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:32.703 INFO kablam! 42 | | } Oct 12 03:02:32.704 INFO kablam! | |_^ Oct 12 03:02:32.704 INFO kablam! Oct 12 03:02:32.722 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:32.722 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:32.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:32.722 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:32.722 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:32.722 INFO kablam! 14 | | Json, Oct 12 03:02:32.722 INFO kablam! 15 | | Markdown Oct 12 03:02:32.722 INFO kablam! 16 | | } Oct 12 03:02:32.722 INFO kablam! 17 | | } Oct 12 03:02:32.722 INFO kablam! | |_- in this macro invocation Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:02:32.722 INFO kablam! Oct 12 03:02:32.722 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:32.722 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:32.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.722 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:32.722 INFO kablam! | Oct 12 03:02:32.723 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:32.723 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:32.723 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:32.723 INFO kablam! 13 | | Github, Oct 12 03:02:32.723 INFO kablam! ... | Oct 12 03:02:32.723 INFO kablam! 17 | | } Oct 12 03:02:32.723 INFO kablam! 18 | | } Oct 12 03:02:32.723 INFO kablam! | |_- in this macro invocation Oct 12 03:02:32.723 INFO kablam! Oct 12 03:02:32.983 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:32.983 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:32.983 INFO kablam! | Oct 12 03:02:32.983 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:32.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:32.984 INFO kablam! | Oct 12 03:02:32.984 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:32.984 INFO kablam! | Oct 12 03:02:32.984 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:32.985 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:32.985 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:32.985 INFO kablam! 14 | | Json, Oct 12 03:02:32.985 INFO kablam! 15 | | Markdown Oct 12 03:02:32.986 INFO kablam! 16 | | } Oct 12 03:02:32.986 INFO kablam! 17 | | } Oct 12 03:02:32.986 INFO kablam! | |_- in this macro invocation Oct 12 03:02:32.986 INFO kablam! | Oct 12 03:02:32.986 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:02:32.986 INFO kablam! Oct 12 03:02:32.986 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:32.986 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:32.986 INFO kablam! | Oct 12 03:02:32.986 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:32.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:32.986 INFO kablam! | Oct 12 03:02:32.986 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:32.986 INFO kablam! | Oct 12 03:02:32.986 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:32.986 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:32.986 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:32.986 INFO kablam! 13 | | Github, Oct 12 03:02:32.986 INFO kablam! ... | Oct 12 03:02:32.986 INFO kablam! 17 | | } Oct 12 03:02:32.986 INFO kablam! 18 | | } Oct 12 03:02:32.986 INFO kablam! | |_- in this macro invocation Oct 12 03:02:32.986 INFO kablam! Oct 12 03:02:35.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.45s Oct 12 03:02:35.203 INFO kablam! su: No module specific data is present Oct 12 03:02:36.060 INFO running `"docker" "rm" "-f" "5303f4d68672efa0b86d5edbf4ad3be365977d7c86d224b07b88b57b6c0bb432"` Oct 12 03:02:36.384 INFO blam! 5303f4d68672efa0b86d5edbf4ad3be365977d7c86d224b07b88b57b6c0bb432 Oct 12 03:02:36.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 03:02:36.709 INFO blam! 6c8242f6d8fd9be05bf058e4595b4a46b12b91db39d6f1e24c4d4384c31f8665 Oct 12 03:02:36.713 INFO running `"docker" "start" "-a" "6c8242f6d8fd9be05bf058e4595b4a46b12b91db39d6f1e24c4d4384c31f8665"` Oct 12 03:02:37.904 INFO kablam! usermod: no changes Oct 12 03:02:38.036 INFO kablam! Compiling clog v0.9.1 (/source) Oct 12 03:02:40.008 INFO kablam! warning: unused macro definition Oct 12 03:02:40.008 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:40.008 INFO kablam! | Oct 12 03:02:40.008 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:40.008 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:40.008 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:40.008 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:40.008 INFO kablam! 13 | | }) Oct 12 03:02:40.008 INFO kablam! 14 | | ); Oct 12 03:02:40.008 INFO kablam! | |__^ Oct 12 03:02:40.008 INFO kablam! | Oct 12 03:02:40.008 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:40.008 INFO kablam! Oct 12 03:02:40.008 INFO kablam! warning: unused macro definition Oct 12 03:02:40.008 INFO kablam! --> src/macros.rs:39:1 Oct 12 03:02:40.008 INFO kablam! | Oct 12 03:02:40.008 INFO kablam! 39 | / macro_rules! debug { Oct 12 03:02:40.009 INFO kablam! 40 | | ($fmt:expr) => (); Oct 12 03:02:40.009 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:40.009 INFO kablam! 42 | | } Oct 12 03:02:40.009 INFO kablam! | |_^ Oct 12 03:02:40.009 INFO kablam! Oct 12 03:02:40.028 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:40.028 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:40.028 INFO kablam! | Oct 12 03:02:40.028 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:40.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:40.028 INFO kablam! | Oct 12 03:02:40.028 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:40.028 INFO kablam! | Oct 12 03:02:40.028 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:40.028 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:40.028 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:40.028 INFO kablam! 14 | | Json, Oct 12 03:02:40.028 INFO kablam! 15 | | Markdown Oct 12 03:02:40.028 INFO kablam! 16 | | } Oct 12 03:02:40.028 INFO kablam! 17 | | } Oct 12 03:02:40.029 INFO kablam! | |_- in this macro invocation Oct 12 03:02:40.029 INFO kablam! | Oct 12 03:02:40.029 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:02:40.029 INFO kablam! Oct 12 03:02:40.029 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:40.029 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:40.029 INFO kablam! | Oct 12 03:02:40.029 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:40.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:40.029 INFO kablam! | Oct 12 03:02:40.029 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:40.029 INFO kablam! | Oct 12 03:02:40.029 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:40.029 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:40.029 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:40.029 INFO kablam! 13 | | Github, Oct 12 03:02:40.029 INFO kablam! ... | Oct 12 03:02:40.029 INFO kablam! 17 | | } Oct 12 03:02:40.029 INFO kablam! 18 | | } Oct 12 03:02:40.029 INFO kablam! | |_- in this macro invocation Oct 12 03:02:40.029 INFO kablam! Oct 12 03:02:40.292 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:40.292 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:40.292 INFO kablam! | Oct 12 03:02:40.292 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:40.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:40.292 INFO kablam! | Oct 12 03:02:40.292 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:40.292 INFO kablam! | Oct 12 03:02:40.292 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:40.292 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:40.292 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:40.292 INFO kablam! 14 | | Json, Oct 12 03:02:40.292 INFO kablam! 15 | | Markdown Oct 12 03:02:40.292 INFO kablam! 16 | | } Oct 12 03:02:40.292 INFO kablam! 17 | | } Oct 12 03:02:40.292 INFO kablam! | |_- in this macro invocation Oct 12 03:02:40.292 INFO kablam! | Oct 12 03:02:40.293 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:02:40.293 INFO kablam! Oct 12 03:02:40.293 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:40.293 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:40.293 INFO kablam! | Oct 12 03:02:40.293 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:40.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:40.293 INFO kablam! | Oct 12 03:02:40.293 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:40.293 INFO kablam! | Oct 12 03:02:40.293 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:40.293 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:40.293 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:40.293 INFO kablam! 13 | | Github, Oct 12 03:02:40.293 INFO kablam! ... | Oct 12 03:02:40.293 INFO kablam! 17 | | } Oct 12 03:02:40.293 INFO kablam! 18 | | } Oct 12 03:02:40.293 INFO kablam! | |_- in this macro invocation Oct 12 03:02:40.293 INFO kablam! Oct 12 03:02:41.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 12 03:02:41.088 INFO kablam! su: No module specific data is present Oct 12 03:02:41.950 INFO running `"docker" "rm" "-f" "6c8242f6d8fd9be05bf058e4595b4a46b12b91db39d6f1e24c4d4384c31f8665"` Oct 12 03:02:42.180 INFO blam! 6c8242f6d8fd9be05bf058e4595b4a46b12b91db39d6f1e24c4d4384c31f8665 Oct 12 03:02:42.194 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 03:02:42.549 INFO blam! a3f692a0f3efc3f812e1b6175703ef5600070254d9d374cffaf2c984efabbc22 Oct 12 03:02:42.551 INFO running `"docker" "start" "-a" "a3f692a0f3efc3f812e1b6175703ef5600070254d9d374cffaf2c984efabbc22"` Oct 12 03:02:43.789 INFO kablam! usermod: no changes Oct 12 03:02:43.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 03:02:43.852 INFO kablam! Running /target/debug/deps/clog-65da4e8ca17149f0 Oct 12 03:02:43.853 INFO kablam! Doc-tests clog Oct 12 03:02:43.853 INFO blam! Oct 12 03:02:43.853 INFO blam! running 0 tests Oct 12 03:02:43.853 INFO blam! Oct 12 03:02:43.853 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:02:43.853 INFO blam! Oct 12 03:02:46.572 INFO blam! Oct 12 03:02:46.572 INFO blam! running 39 tests Oct 12 03:02:53.096 INFO blam! test src/clog.rs - clog::Clog::from (line 581) ... ok Oct 12 03:02:53.662 INFO blam! test src/clog.rs - clog::Clog::get_commits (line 754) ... ok Oct 12 03:02:54.228 INFO blam! test src/clog.rs - clog::Clog::get_last_commit (line 882) ... ok Oct 12 03:02:54.308 INFO blam! test src/clog.rs - clog::Clog::changelog (line 618) ... ok Oct 12 03:02:54.969 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag (line 833) ... ok Oct 12 03:02:55.360 INFO blam! test src/clog.rs - clog::Clog::format (line 486) ... ok Oct 12 03:02:55.448 INFO blam! test src/clog.rs - clog::BuilderResult (line 25) ... ok Oct 12 03:02:55.576 INFO blam! test src/clog.rs - clog::Clog::from_file (line 304) ... ok Oct 12 03:02:59.980 INFO blam! test src/clog.rs - clog::Clog::grep (line 469) ... ok Oct 12 03:03:00.812 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag_ver (line 858) ... ok Oct 12 03:03:00.856 INFO blam! test src/clog.rs - clog::Clog::git_work_tree (line 699) ... ok Oct 12 03:03:01.098 INFO blam! test src/clog.rs - clog::Clog::git_dir (line 682) ... ok Oct 12 03:03:01.379 INFO blam! test src/clog.rs - clog::Clog::infile (line 665) ... ok Oct 12 03:03:02.000 INFO blam! test src/clog.rs - clog::Clog::link_style (line 526) ... ok Oct 12 03:03:02.300 INFO blam! test src/clog.rs - clog::Clog::outfile (line 642) ... ok Oct 12 03:03:02.336 INFO blam! test src/clog.rs - clog::Clog::new (line 171) ... ok Oct 12 03:03:11.089 INFO blam! test src/clog.rs - clog::Clog::subtitle (line 562) ... ok Oct 12 03:03:13.547 INFO blam! test src/clog.rs - clog::Clog::section_for (line 938) ... ok Oct 12 03:03:13.619 INFO blam! test src/clog.rs - clog::Clog::version (line 545) ... ok Oct 12 03:03:13.644 INFO blam! test src/clog.rs - clog::Clog::to (line 599) ... ok Oct 12 03:03:13.706 INFO blam! test src/clog.rs - clog::Clog::output_format (line 736) ... ok Oct 12 03:03:13.743 INFO blam! test src/clog.rs - clog::Clog::patch_ver (line 719) ... ok Oct 12 03:03:13.830 INFO blam! test src/clog.rs - clog::Clog::repository (line 507) ... ok Oct 12 03:03:15.551 INFO blam! test src/clog.rs - clog::Clog::with_all (line 189) ... ok Oct 12 03:03:19.134 INFO blam! test src/clog.rs - clog::Clog::with_dir (line 259) ... ok Oct 12 03:03:22.916 INFO blam! test src/clog.rs - clog::Clog::write_changelog_from (line 1052) ... ok Oct 12 03:03:23.612 INFO blam! test src/clog.rs - clog::Clog::write_changelog_to (line 1000) ... ok Oct 12 03:03:24.221 INFO blam! test src/clog.rs - clog::Clog::with_dir_and_file (line 215) ... ok Oct 12 03:03:25.816 INFO blam! test src/clog.rs - clog::Clog::with_dirs (line 279) ... ok Oct 12 03:03:26.644 INFO blam! test src/clog.rs - clog::Clog::write_changelog (line 962) ... ok Oct 12 03:03:26.665 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter (line 17) ... ok Oct 12 03:03:26.760 INFO blam! test src/clog.rs - clog::Clog::write_changelog_with (line 1121) ... ok Oct 12 03:03:32.212 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter<'a>::new (line 48) ... ok Oct 12 03:03:36.262 INFO blam! test src/link_style.rs - link_style::LinkStyle::issue_link (line 25) ... ok Oct 12 03:03:36.328 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter<'a>::new (line 47) ... ok Oct 12 03:03:38.076 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter (line 16) ... ok Oct 12 03:03:38.272 INFO blam! test src/link_style.rs - link_style::LinkStyle::commit_link (line 50) ... ok Oct 12 03:03:38.473 INFO blam! test src/fmt/mod.rs - fmt::WriterResult (line 24) ... ok Oct 12 03:03:39.005 INFO blam! test src/sectionmap.rs - sectionmap::SectionMap::from_commits (line 20) ... ok Oct 12 03:03:39.005 INFO blam! Oct 12 03:03:39.005 INFO blam! test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:03:39.005 INFO blam! Oct 12 03:03:39.021 INFO kablam! su: No module specific data is present Oct 12 03:03:39.798 INFO running `"docker" "rm" "-f" "a3f692a0f3efc3f812e1b6175703ef5600070254d9d374cffaf2c984efabbc22"` Oct 12 03:03:40.070 INFO blam! a3f692a0f3efc3f812e1b6175703ef5600070254d9d374cffaf2c984efabbc22