Oct 12 03:02:27.938 INFO testing clog-0.9.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 03:02:27.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 03:02:28.336 INFO blam! 5e764d3e4f0f6069edc15de34ee16a359ef2eb7edc78bedae834fe092eba97e4 Oct 12 03:02:28.345 INFO running `"docker" "start" "-a" "5e764d3e4f0f6069edc15de34ee16a359ef2eb7edc78bedae834fe092eba97e4"` Oct 12 03:02:29.388 INFO kablam! usermod: no changes Oct 12 03:02:29.528 INFO kablam! Compiling clog v0.9.1 (/source) Oct 12 03:02:30.088 INFO kablam! warning: unused macro definition Oct 12 03:02:30.088 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:30.088 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:30.088 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:30.088 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:30.088 INFO kablam! 13 | | }) Oct 12 03:02:30.088 INFO kablam! 14 | | ); Oct 12 03:02:30.088 INFO kablam! | |__^ Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:30.088 INFO kablam! Oct 12 03:02:30.088 INFO kablam! warning: unused macro definition Oct 12 03:02:30.088 INFO kablam! --> src/macros.rs:39:1 Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! 39 | / macro_rules! debug { Oct 12 03:02:30.088 INFO kablam! 40 | | ($fmt:expr) => (); Oct 12 03:02:30.088 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:30.088 INFO kablam! 42 | | } Oct 12 03:02:30.088 INFO kablam! | |_^ Oct 12 03:02:30.088 INFO kablam! Oct 12 03:02:30.088 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:30.088 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:30.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:30.088 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:30.088 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:30.088 INFO kablam! 14 | | Json, Oct 12 03:02:30.088 INFO kablam! 15 | | Markdown Oct 12 03:02:30.088 INFO kablam! 16 | | } Oct 12 03:02:30.088 INFO kablam! 17 | | } Oct 12 03:02:30.088 INFO kablam! | |_- in this macro invocation Oct 12 03:02:30.088 INFO kablam! | Oct 12 03:02:30.088 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:02:30.088 INFO kablam! Oct 12 03:02:30.096 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:30.096 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:30.096 INFO kablam! | Oct 12 03:02:30.096 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:30.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:30.096 INFO kablam! | Oct 12 03:02:30.096 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:30.096 INFO kablam! | Oct 12 03:02:30.096 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:30.096 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:30.096 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:30.096 INFO kablam! 13 | | Github, Oct 12 03:02:30.096 INFO kablam! ... | Oct 12 03:02:30.096 INFO kablam! 17 | | } Oct 12 03:02:30.096 INFO kablam! 18 | | } Oct 12 03:02:30.096 INFO kablam! | |_- in this macro invocation Oct 12 03:02:30.096 INFO kablam! Oct 12 03:02:30.328 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:30.329 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:30.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:30.329 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:30.329 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:30.329 INFO kablam! 14 | | Json, Oct 12 03:02:30.329 INFO kablam! 15 | | Markdown Oct 12 03:02:30.329 INFO kablam! 16 | | } Oct 12 03:02:30.329 INFO kablam! 17 | | } Oct 12 03:02:30.329 INFO kablam! | |_- in this macro invocation Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:02:30.329 INFO kablam! Oct 12 03:02:30.329 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:30.329 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:30.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:30.329 INFO kablam! | Oct 12 03:02:30.329 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:30.329 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:30.329 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:30.329 INFO kablam! 13 | | Github, Oct 12 03:02:30.329 INFO kablam! ... | Oct 12 03:02:30.329 INFO kablam! 17 | | } Oct 12 03:02:30.329 INFO kablam! 18 | | } Oct 12 03:02:30.329 INFO kablam! | |_- in this macro invocation Oct 12 03:02:30.329 INFO kablam! Oct 12 03:02:32.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Oct 12 03:02:32.282 INFO kablam! su: No module specific data is present Oct 12 03:02:32.576 INFO running `"docker" "rm" "-f" "5e764d3e4f0f6069edc15de34ee16a359ef2eb7edc78bedae834fe092eba97e4"` Oct 12 03:02:32.677 INFO blam! 5e764d3e4f0f6069edc15de34ee16a359ef2eb7edc78bedae834fe092eba97e4 Oct 12 03:02:32.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 03:02:32.928 INFO blam! 8ef2dd0aa83842c49af1eefe46b152e616e146f0fb328e4a4b9da71ca4724c22 Oct 12 03:02:32.929 INFO running `"docker" "start" "-a" "8ef2dd0aa83842c49af1eefe46b152e616e146f0fb328e4a4b9da71ca4724c22"` Oct 12 03:02:33.376 INFO kablam! usermod: no changes Oct 12 03:02:33.418 INFO kablam! Compiling clog v0.9.1 (/source) Oct 12 03:02:33.680 INFO kablam! warning: unused macro definition Oct 12 03:02:33.681 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:33.681 INFO kablam! | Oct 12 03:02:33.681 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:33.681 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:33.681 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:33.682 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:33.682 INFO kablam! 13 | | }) Oct 12 03:02:33.682 INFO kablam! 14 | | ); Oct 12 03:02:33.682 INFO kablam! | |__^ Oct 12 03:02:33.682 INFO kablam! | Oct 12 03:02:33.683 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:33.683 INFO kablam! Oct 12 03:02:33.683 INFO kablam! warning: unused macro definition Oct 12 03:02:33.683 INFO kablam! --> src/macros.rs:39:1 Oct 12 03:02:33.683 INFO kablam! | Oct 12 03:02:33.683 INFO kablam! 39 | / macro_rules! debug { Oct 12 03:02:33.684 INFO kablam! 40 | | ($fmt:expr) => (); Oct 12 03:02:33.684 INFO kablam! 41 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:33.684 INFO kablam! 42 | | } Oct 12 03:02:33.684 INFO kablam! | |_^ Oct 12 03:02:33.684 INFO kablam! Oct 12 03:02:33.712 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:33.713 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:33.713 INFO kablam! | Oct 12 03:02:33.714 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:33.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:33.714 INFO kablam! | Oct 12 03:02:33.714 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:33.715 INFO kablam! | Oct 12 03:02:33.715 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:33.715 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:33.715 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:33.715 INFO kablam! 14 | | Json, Oct 12 03:02:33.715 INFO kablam! 15 | | Markdown Oct 12 03:02:33.715 INFO kablam! 16 | | } Oct 12 03:02:33.715 INFO kablam! 17 | | } Oct 12 03:02:33.715 INFO kablam! | |_- in this macro invocation Oct 12 03:02:33.715 INFO kablam! | Oct 12 03:02:33.717 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:02:33.717 INFO kablam! Oct 12 03:02:33.717 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 03:02:33.717 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:33.717 INFO kablam! | Oct 12 03:02:33.717 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:33.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:33.717 INFO kablam! | Oct 12 03:02:33.717 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:33.717 INFO kablam! | Oct 12 03:02:33.717 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:33.717 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:33.717 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:33.717 INFO kablam! 13 | | Github, Oct 12 03:02:33.717 INFO kablam! ... | Oct 12 03:02:33.717 INFO kablam! 17 | | } Oct 12 03:02:33.718 INFO kablam! 18 | | } Oct 12 03:02:33.718 INFO kablam! | |_- in this macro invocation Oct 12 03:02:33.718 INFO kablam! Oct 12 03:02:33.936 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:33.936 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:33.936 INFO kablam! | Oct 12 03:02:33.936 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:33.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:33.936 INFO kablam! | Oct 12 03:02:33.936 INFO kablam! ::: src/fmt/mod.rs:11:1 Oct 12 03:02:33.936 INFO kablam! | Oct 12 03:02:33.936 INFO kablam! 11 | / clog_enum! { Oct 12 03:02:33.936 INFO kablam! 12 | | #[derive(Debug)] Oct 12 03:02:33.936 INFO kablam! 13 | | pub enum ChangelogFormat { Oct 12 03:02:33.936 INFO kablam! 14 | | Json, Oct 12 03:02:33.936 INFO kablam! 15 | | Markdown Oct 12 03:02:33.936 INFO kablam! 16 | | } Oct 12 03:02:33.936 INFO kablam! 17 | | } Oct 12 03:02:33.936 INFO kablam! | |_- in this macro invocation Oct 12 03:02:33.936 INFO kablam! | Oct 12 03:02:33.936 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:02:33.936 INFO kablam! Oct 12 03:02:33.936 INFO kablam! warning: unused import: `::std::ascii::AsciiExt` Oct 12 03:02:33.936 INFO kablam! --> src/macros.rs:208:21 Oct 12 03:02:33.940 INFO kablam! | Oct 12 03:02:33.940 INFO kablam! 208 | use ::std::ascii::AsciiExt; Oct 12 03:02:33.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:02:33.940 INFO kablam! | Oct 12 03:02:33.940 INFO kablam! ::: src/link_style.rs:10:1 Oct 12 03:02:33.940 INFO kablam! | Oct 12 03:02:33.940 INFO kablam! 10 | / clog_enum!{ Oct 12 03:02:33.940 INFO kablam! 11 | | #[derive(Debug)] Oct 12 03:02:33.940 INFO kablam! 12 | | pub enum LinkStyle { Oct 12 03:02:33.941 INFO kablam! 13 | | Github, Oct 12 03:02:33.941 INFO kablam! ... | Oct 12 03:02:33.941 INFO kablam! 17 | | } Oct 12 03:02:33.941 INFO kablam! 18 | | } Oct 12 03:02:33.941 INFO kablam! | |_- in this macro invocation Oct 12 03:02:33.941 INFO kablam! Oct 12 03:02:34.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 12 03:02:34.674 INFO kablam! su: No module specific data is present Oct 12 03:02:35.579 INFO running `"docker" "rm" "-f" "8ef2dd0aa83842c49af1eefe46b152e616e146f0fb328e4a4b9da71ca4724c22"` Oct 12 03:02:35.933 INFO blam! 8ef2dd0aa83842c49af1eefe46b152e616e146f0fb328e4a4b9da71ca4724c22 Oct 12 03:02:35.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 03:02:36.352 INFO blam! 29a269d2b71d47b387702d561c9f302c97ca0bb5129797ba9c7675edf570fa3f Oct 12 03:02:36.362 INFO running `"docker" "start" "-a" "29a269d2b71d47b387702d561c9f302c97ca0bb5129797ba9c7675edf570fa3f"` Oct 12 03:02:37.400 INFO kablam! usermod: no changes Oct 12 03:02:37.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 03:02:37.513 INFO kablam! Running /target/debug/deps/clog-d9588736d7eed593 Oct 12 03:02:37.517 INFO kablam! Doc-tests clog Oct 12 03:02:37.517 INFO blam! Oct 12 03:02:37.517 INFO blam! running 0 tests Oct 12 03:02:37.517 INFO blam! Oct 12 03:02:37.517 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:02:37.517 INFO blam! Oct 12 03:02:37.864 INFO blam! Oct 12 03:02:37.864 INFO blam! running 39 tests Oct 12 03:02:39.445 INFO blam! test src/clog.rs - clog::Clog::format (line 486) ... ok Oct 12 03:02:40.017 INFO blam! test src/clog.rs - clog::Clog::get_commits (line 754) ... ok Oct 12 03:02:40.040 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag (line 833) ... ok Oct 12 03:02:40.040 INFO blam! test src/clog.rs - clog::BuilderResult (line 25) ... ok Oct 12 03:02:40.104 INFO blam! test src/clog.rs - clog::Clog::get_last_commit (line 882) ... ok Oct 12 03:02:40.168 INFO blam! test src/clog.rs - clog::Clog::changelog (line 618) ... ok Oct 12 03:02:40.196 INFO blam! test src/clog.rs - clog::Clog::from (line 581) ... ok Oct 12 03:02:40.294 INFO blam! test src/clog.rs - clog::Clog::from_file (line 304) ... ok Oct 12 03:02:41.500 INFO blam! test src/clog.rs - clog::Clog::get_latest_tag_ver (line 858) ... ok Oct 12 03:02:41.862 INFO blam! test src/clog.rs - clog::Clog::outfile (line 642) ... ok Oct 12 03:02:41.952 INFO blam! test src/clog.rs - clog::Clog::git_dir (line 682) ... ok Oct 12 03:02:42.000 INFO blam! test src/clog.rs - clog::Clog::grep (line 469) ... ok Oct 12 03:02:42.094 INFO blam! test src/clog.rs - clog::Clog::infile (line 665) ... ok Oct 12 03:02:42.195 INFO blam! test src/clog.rs - clog::Clog::new (line 171) ... ok Oct 12 03:02:42.292 INFO blam! test src/clog.rs - clog::Clog::link_style (line 526) ... ok Oct 12 03:02:42.296 INFO blam! test src/clog.rs - clog::Clog::git_work_tree (line 699) ... ok Oct 12 03:02:43.548 INFO blam! test src/clog.rs - clog::Clog::output_format (line 736) ... ok Oct 12 03:02:43.548 INFO blam! test src/clog.rs - clog::Clog::section_for (line 938) ... ok Oct 12 03:02:43.591 INFO blam! test src/clog.rs - clog::Clog::repository (line 507) ... ok Oct 12 03:02:43.726 INFO blam! test src/clog.rs - clog::Clog::subtitle (line 562) ... ok Oct 12 03:02:43.812 INFO blam! test src/clog.rs - clog::Clog::to (line 599) ... ok Oct 12 03:02:43.821 INFO blam! test src/clog.rs - clog::Clog::with_all (line 189) ... ok Oct 12 03:02:43.843 INFO blam! test src/clog.rs - clog::Clog::patch_ver (line 719) ... ok Oct 12 03:02:44.065 INFO blam! test src/clog.rs - clog::Clog::version (line 545) ... ok Oct 12 03:02:44.643 INFO blam! test src/clog.rs - clog::Clog::with_dirs (line 279) ... ok Oct 12 03:02:44.699 INFO blam! test src/clog.rs - clog::Clog::with_dir (line 259) ... ok Oct 12 03:02:44.756 INFO blam! test src/clog.rs - clog::Clog::write_changelog (line 962) ... ok Oct 12 03:02:44.776 INFO blam! test src/clog.rs - clog::Clog::write_changelog_from (line 1052) ... ok Oct 12 03:02:44.786 INFO blam! test src/clog.rs - clog::Clog::write_changelog_to (line 1000) ... ok Oct 12 03:02:44.789 INFO blam! test src/clog.rs - clog::Clog::with_dir_and_file (line 215) ... ok Oct 12 03:02:44.951 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter (line 17) ... ok Oct 12 03:02:44.952 INFO blam! test src/clog.rs - clog::Clog::write_changelog_with (line 1121) ... ok Oct 12 03:02:45.380 INFO blam! test src/link_style.rs - link_style::LinkStyle::issue_link (line 25) ... ok Oct 12 03:02:45.464 INFO blam! test src/fmt/json_writer.rs - fmt::json_writer::JsonWriter<'a>::new (line 48) ... ok Oct 12 03:02:45.488 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter<'a>::new (line 47) ... ok Oct 12 03:02:45.531 INFO blam! test src/fmt/mod.rs - fmt::WriterResult (line 24) ... ok Oct 12 03:02:45.548 INFO blam! test src/link_style.rs - link_style::LinkStyle::commit_link (line 50) ... ok Oct 12 03:02:45.565 INFO blam! test src/sectionmap.rs - sectionmap::SectionMap::from_commits (line 20) ... ok Oct 12 03:02:45.579 INFO blam! test src/fmt/md_writer.rs - fmt::md_writer::MarkdownWriter (line 16) ... ok Oct 12 03:02:45.580 INFO blam! Oct 12 03:02:45.580 INFO blam! test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:02:45.580 INFO blam! Oct 12 03:02:45.592 INFO kablam! su: No module specific data is present Oct 12 03:02:45.960 INFO running `"docker" "rm" "-f" "29a269d2b71d47b387702d561c9f302c97ca0bb5129797ba9c7675edf570fa3f"` Oct 12 03:02:46.224 INFO blam! 29a269d2b71d47b387702d561c9f302c97ca0bb5129797ba9c7675edf570fa3f