Oct 16 15:52:23.680 INFO testing cargo-graph-0.3.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 15:52:23.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:52:23.926 INFO blam! d582d4bfccb663bd955819797a54993df7ed161246151bf2c2534c26cd05c356 Oct 16 15:52:23.929 INFO running `"docker" "start" "-a" "d582d4bfccb663bd955819797a54993df7ed161246151bf2c2534c26cd05c356"` Oct 16 15:52:24.394 INFO kablam! usermod: no changes Oct 16 15:52:24.465 INFO kablam! Compiling clap v2.11.3 Oct 16 15:52:31.908 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 16 15:52:32.806 INFO kablam! warning: unused macro definition Oct 16 15:52:32.806 INFO kablam! --> src/macros.rs:8:1 Oct 16 15:52:32.806 INFO kablam! | Oct 16 15:52:32.807 INFO kablam! 8 | / macro_rules! werr( Oct 16 15:52:32.810 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 16 15:52:32.810 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 16 15:52:32.811 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 15:52:32.811 INFO kablam! 12 | | }) Oct 16 15:52:32.811 INFO kablam! 13 | | ); Oct 16 15:52:32.811 INFO kablam! | |__^ Oct 16 15:52:32.811 INFO kablam! | Oct 16 15:52:32.811 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 15:52:32.811 INFO kablam! Oct 16 15:52:32.811 INFO kablam! warning: unused macro definition Oct 16 15:52:32.811 INFO kablam! --> src/macros.rs:15:1 Oct 16 15:52:32.811 INFO kablam! | Oct 16 15:52:32.811 INFO kablam! 15 | / macro_rules! verbose( Oct 16 15:52:32.811 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 16 15:52:32.811 INFO kablam! 17 | | if $cfg.verbose { Oct 16 15:52:32.811 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 16 15:52:32.811 INFO kablam! ... | Oct 16 15:52:32.811 INFO kablam! 21 | | }) Oct 16 15:52:32.811 INFO kablam! 22 | | ); Oct 16 15:52:32.811 INFO kablam! | |__^ Oct 16 15:52:32.811 INFO kablam! Oct 16 15:52:32.811 INFO kablam! warning: unused macro definition Oct 16 15:52:32.811 INFO kablam! --> src/macros.rs:24:1 Oct 16 15:52:32.811 INFO kablam! | Oct 16 15:52:32.811 INFO kablam! 24 | / macro_rules! verboseln( Oct 16 15:52:32.811 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 16 15:52:32.811 INFO kablam! 26 | | if $cfg.verbose { Oct 16 15:52:32.811 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 16 15:52:32.811 INFO kablam! ... | Oct 16 15:52:32.811 INFO kablam! 30 | | }) Oct 16 15:52:32.811 INFO kablam! 31 | | ); Oct 16 15:52:32.811 INFO kablam! | |__^ Oct 16 15:52:32.811 INFO kablam! Oct 16 15:52:32.811 INFO kablam! warning: unused macro definition Oct 16 15:52:32.811 INFO kablam! --> src/macros.rs:33:1 Oct 16 15:52:32.811 INFO kablam! | Oct 16 15:52:32.811 INFO kablam! 33 | / macro_rules! regex( Oct 16 15:52:32.811 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 16 15:52:32.811 INFO kablam! 35 | | ); Oct 16 15:52:32.811 INFO kablam! | |__^ Oct 16 15:52:32.811 INFO kablam! Oct 16 15:52:32.811 INFO kablam! warning: unused macro definition Oct 16 15:52:32.811 INFO kablam! --> src/macros.rs:56:1 Oct 16 15:52:32.811 INFO kablam! | Oct 16 15:52:32.811 INFO kablam! 56 | / macro_rules! debug { Oct 16 15:52:32.811 INFO kablam! 57 | | ($fmt:expr) => (); Oct 16 15:52:32.811 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 15:52:32.811 INFO kablam! 59 | | } Oct 16 15:52:32.811 INFO kablam! | |_^ Oct 16 15:52:32.811 INFO kablam! Oct 16 15:52:32.829 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:32.830 INFO kablam! --> src/config.rs:1:5 Oct 16 15:52:32.830 INFO kablam! | Oct 16 15:52:32.830 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 16 15:52:32.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:52:32.831 INFO kablam! | Oct 16 15:52:32.831 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:52:32.831 INFO kablam! Oct 16 15:52:32.831 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:32.831 INFO kablam! --> src/config.rs:28:1 Oct 16 15:52:32.832 INFO kablam! | Oct 16 15:52:32.832 INFO kablam! 28 | / arg_enum! { Oct 16 15:52:32.832 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:32.832 INFO kablam! 30 | | pub enum DotLineShape { Oct 16 15:52:32.832 INFO kablam! 31 | | Solid, Oct 16 15:52:32.833 INFO kablam! ... | Oct 16 15:52:32.833 INFO kablam! 34 | | } Oct 16 15:52:32.833 INFO kablam! 35 | | } Oct 16 15:52:32.833 INFO kablam! | |_^ Oct 16 15:52:32.833 INFO kablam! | Oct 16 15:52:32.834 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:32.834 INFO kablam! Oct 16 15:52:32.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:32.834 INFO kablam! --> src/config.rs:47:1 Oct 16 15:52:32.834 INFO kablam! | Oct 16 15:52:32.835 INFO kablam! 47 | / arg_enum!{ Oct 16 15:52:32.835 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:32.835 INFO kablam! 49 | | pub enum DotColor { Oct 16 15:52:32.835 INFO kablam! 50 | | Blue, Oct 16 15:52:32.835 INFO kablam! ... | Oct 16 15:52:32.835 INFO kablam! 58 | | } Oct 16 15:52:32.836 INFO kablam! 59 | | } Oct 16 15:52:32.836 INFO kablam! | |_^ Oct 16 15:52:32.836 INFO kablam! | Oct 16 15:52:32.836 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:32.836 INFO kablam! Oct 16 15:52:32.837 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:32.837 INFO kablam! --> src/config.rs:76:1 Oct 16 15:52:32.837 INFO kablam! | Oct 16 15:52:32.837 INFO kablam! 76 | / arg_enum!{ Oct 16 15:52:32.837 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:32.838 INFO kablam! 78 | | pub enum DotShape { Oct 16 15:52:32.838 INFO kablam! 79 | | Box, Oct 16 15:52:32.838 INFO kablam! ... | Oct 16 15:52:32.838 INFO kablam! 83 | | } Oct 16 15:52:32.839 INFO kablam! 84 | | } Oct 16 15:52:32.839 INFO kablam! | |_^ Oct 16 15:52:32.839 INFO kablam! | Oct 16 15:52:32.840 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:32.840 INFO kablam! Oct 16 15:52:33.034 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 15:52:33.034 INFO kablam! --> src/config.rs:1:5 Oct 16 15:52:33.034 INFO kablam! | Oct 16 15:52:33.034 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 16 15:52:33.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:52:33.034 INFO kablam! | Oct 16 15:52:33.034 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:52:33.034 INFO kablam! Oct 16 15:52:34.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.16s Oct 16 15:52:34.576 INFO kablam! su: No module specific data is present Oct 16 15:52:35.413 INFO running `"docker" "rm" "-f" "d582d4bfccb663bd955819797a54993df7ed161246151bf2c2534c26cd05c356"` Oct 16 15:52:35.755 INFO blam! d582d4bfccb663bd955819797a54993df7ed161246151bf2c2534c26cd05c356 Oct 16 15:52:35.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:52:36.192 INFO blam! 10b12bf7a1878f6d88a94a6cb9bc357240291b73061b565fd2ffe2d95717351f Oct 16 15:52:36.194 INFO running `"docker" "start" "-a" "10b12bf7a1878f6d88a94a6cb9bc357240291b73061b565fd2ffe2d95717351f"` Oct 16 15:52:37.632 INFO kablam! usermod: no changes Oct 16 15:52:37.730 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 16 15:52:39.225 INFO kablam! warning: unused macro definition Oct 16 15:52:39.225 INFO kablam! --> src/macros.rs:8:1 Oct 16 15:52:39.225 INFO kablam! | Oct 16 15:52:39.225 INFO kablam! 8 | / macro_rules! werr( Oct 16 15:52:39.226 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 16 15:52:39.226 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 16 15:52:39.226 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 16 15:52:39.226 INFO kablam! 12 | | }) Oct 16 15:52:39.226 INFO kablam! 13 | | ); Oct 16 15:52:39.226 INFO kablam! | |__^ Oct 16 15:52:39.226 INFO kablam! | Oct 16 15:52:39.226 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 15:52:39.226 INFO kablam! Oct 16 15:52:39.226 INFO kablam! warning: unused macro definition Oct 16 15:52:39.226 INFO kablam! --> src/macros.rs:15:1 Oct 16 15:52:39.227 INFO kablam! | Oct 16 15:52:39.227 INFO kablam! 15 | / macro_rules! verbose( Oct 16 15:52:39.227 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 16 15:52:39.227 INFO kablam! 17 | | if $cfg.verbose { Oct 16 15:52:39.227 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 16 15:52:39.227 INFO kablam! ... | Oct 16 15:52:39.227 INFO kablam! 21 | | }) Oct 16 15:52:39.227 INFO kablam! 22 | | ); Oct 16 15:52:39.227 INFO kablam! | |__^ Oct 16 15:52:39.227 INFO kablam! Oct 16 15:52:39.227 INFO kablam! warning: unused macro definition Oct 16 15:52:39.227 INFO kablam! --> src/macros.rs:24:1 Oct 16 15:52:39.227 INFO kablam! | Oct 16 15:52:39.227 INFO kablam! 24 | / macro_rules! verboseln( Oct 16 15:52:39.227 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 16 15:52:39.227 INFO kablam! 26 | | if $cfg.verbose { Oct 16 15:52:39.227 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 16 15:52:39.227 INFO kablam! ... | Oct 16 15:52:39.227 INFO kablam! 30 | | }) Oct 16 15:52:39.227 INFO kablam! 31 | | ); Oct 16 15:52:39.227 INFO kablam! | |__^ Oct 16 15:52:39.227 INFO kablam! Oct 16 15:52:39.227 INFO kablam! warning: unused macro definition Oct 16 15:52:39.227 INFO kablam! --> src/macros.rs:33:1 Oct 16 15:52:39.227 INFO kablam! | Oct 16 15:52:39.227 INFO kablam! 33 | / macro_rules! regex( Oct 16 15:52:39.227 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 16 15:52:39.227 INFO kablam! 35 | | ); Oct 16 15:52:39.227 INFO kablam! | |__^ Oct 16 15:52:39.227 INFO kablam! Oct 16 15:52:39.227 INFO kablam! warning: unused macro definition Oct 16 15:52:39.227 INFO kablam! --> src/macros.rs:56:1 Oct 16 15:52:39.227 INFO kablam! | Oct 16 15:52:39.227 INFO kablam! 56 | / macro_rules! debug { Oct 16 15:52:39.227 INFO kablam! 57 | | ($fmt:expr) => (); Oct 16 15:52:39.227 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 16 15:52:39.227 INFO kablam! 59 | | } Oct 16 15:52:39.227 INFO kablam! | |_^ Oct 16 15:52:39.227 INFO kablam! Oct 16 15:52:39.255 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:39.255 INFO kablam! --> src/config.rs:1:5 Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 16 15:52:39.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:52:39.255 INFO kablam! Oct 16 15:52:39.255 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:39.255 INFO kablam! --> src/config.rs:28:1 Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! 28 | / arg_enum! { Oct 16 15:52:39.255 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:39.255 INFO kablam! 30 | | pub enum DotLineShape { Oct 16 15:52:39.255 INFO kablam! 31 | | Solid, Oct 16 15:52:39.255 INFO kablam! ... | Oct 16 15:52:39.255 INFO kablam! 34 | | } Oct 16 15:52:39.255 INFO kablam! 35 | | } Oct 16 15:52:39.255 INFO kablam! | |_^ Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:39.255 INFO kablam! Oct 16 15:52:39.255 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:39.255 INFO kablam! --> src/config.rs:47:1 Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! 47 | / arg_enum!{ Oct 16 15:52:39.255 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:39.255 INFO kablam! 49 | | pub enum DotColor { Oct 16 15:52:39.255 INFO kablam! 50 | | Blue, Oct 16 15:52:39.255 INFO kablam! ... | Oct 16 15:52:39.255 INFO kablam! 58 | | } Oct 16 15:52:39.255 INFO kablam! 59 | | } Oct 16 15:52:39.255 INFO kablam! | |_^ Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:39.255 INFO kablam! Oct 16 15:52:39.255 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 15:52:39.255 INFO kablam! --> src/config.rs:76:1 Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! 76 | / arg_enum!{ Oct 16 15:52:39.255 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 16 15:52:39.255 INFO kablam! 78 | | pub enum DotShape { Oct 16 15:52:39.255 INFO kablam! 79 | | Box, Oct 16 15:52:39.255 INFO kablam! ... | Oct 16 15:52:39.255 INFO kablam! 83 | | } Oct 16 15:52:39.255 INFO kablam! 84 | | } Oct 16 15:52:39.255 INFO kablam! | |_^ Oct 16 15:52:39.255 INFO kablam! | Oct 16 15:52:39.255 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 15:52:39.255 INFO kablam! Oct 16 15:52:39.499 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 15:52:39.499 INFO kablam! --> src/config.rs:1:5 Oct 16 15:52:39.499 INFO kablam! | Oct 16 15:52:39.499 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 16 15:52:39.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:52:39.499 INFO kablam! | Oct 16 15:52:39.501 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:52:39.501 INFO kablam! Oct 16 15:52:40.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 16 15:52:40.125 INFO kablam! su: No module specific data is present Oct 16 15:52:40.906 INFO running `"docker" "rm" "-f" "10b12bf7a1878f6d88a94a6cb9bc357240291b73061b565fd2ffe2d95717351f"` Oct 16 15:52:41.147 INFO blam! 10b12bf7a1878f6d88a94a6cb9bc357240291b73061b565fd2ffe2d95717351f Oct 16 15:52:41.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:52:41.508 INFO blam! f1ba3760e6994c7caf57c98350d9570923cd9d94338c19aa6c9c40d8cb08caf6 Oct 16 15:52:41.511 INFO running `"docker" "start" "-a" "f1ba3760e6994c7caf57c98350d9570923cd9d94338c19aa6c9c40d8cb08caf6"` Oct 16 15:52:42.575 INFO kablam! usermod: no changes Oct 16 15:52:42.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 15:52:42.700 INFO kablam! Running /target/debug/deps/cargo_graph-5876e24831522460 Oct 16 15:52:42.712 INFO blam! Oct 16 15:52:42.712 INFO blam! running 0 tests Oct 16 15:52:42.712 INFO blam! Oct 16 15:52:42.712 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:52:42.712 INFO blam! Oct 16 15:52:42.715 INFO kablam! su: No module specific data is present Oct 16 15:52:43.774 INFO running `"docker" "rm" "-f" "f1ba3760e6994c7caf57c98350d9570923cd9d94338c19aa6c9c40d8cb08caf6"` Oct 16 15:52:43.875 INFO blam! f1ba3760e6994c7caf57c98350d9570923cd9d94338c19aa6c9c40d8cb08caf6