Oct 12 04:02:11.825 INFO testing cargo-graph-0.3.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:02:11.825 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:02:12.418 INFO blam! 5258a6cbd008ce9828d2c922180effa49cdadf38b307755b0605877b37913b89 Oct 12 04:02:12.420 INFO running `"docker" "start" "-a" "5258a6cbd008ce9828d2c922180effa49cdadf38b307755b0605877b37913b89"` Oct 12 04:02:13.154 INFO kablam! usermod: no changes Oct 12 04:02:13.229 INFO kablam! Compiling clap v2.11.3 Oct 12 04:02:24.295 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 12 04:02:25.605 INFO kablam! warning: unused macro definition Oct 12 04:02:25.605 INFO kablam! --> src/macros.rs:8:1 Oct 12 04:02:25.605 INFO kablam! | Oct 12 04:02:25.605 INFO kablam! 8 | / macro_rules! werr( Oct 12 04:02:25.605 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 12 04:02:25.605 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 12 04:02:25.605 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 04:02:25.605 INFO kablam! 12 | | }) Oct 12 04:02:25.605 INFO kablam! 13 | | ); Oct 12 04:02:25.605 INFO kablam! | |__^ Oct 12 04:02:25.605 INFO kablam! | Oct 12 04:02:25.606 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:02:25.606 INFO kablam! Oct 12 04:02:25.606 INFO kablam! warning: unused macro definition Oct 12 04:02:25.606 INFO kablam! --> src/macros.rs:15:1 Oct 12 04:02:25.606 INFO kablam! | Oct 12 04:02:25.606 INFO kablam! 15 | / macro_rules! verbose( Oct 12 04:02:25.606 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:25.606 INFO kablam! 17 | | if $cfg.verbose { Oct 12 04:02:25.606 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 12 04:02:25.606 INFO kablam! ... | Oct 12 04:02:25.606 INFO kablam! 21 | | }) Oct 12 04:02:25.606 INFO kablam! 22 | | ); Oct 12 04:02:25.606 INFO kablam! | |__^ Oct 12 04:02:25.606 INFO kablam! Oct 12 04:02:25.606 INFO kablam! warning: unused macro definition Oct 12 04:02:25.606 INFO kablam! --> src/macros.rs:24:1 Oct 12 04:02:25.606 INFO kablam! | Oct 12 04:02:25.606 INFO kablam! 24 | / macro_rules! verboseln( Oct 12 04:02:25.606 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:25.606 INFO kablam! 26 | | if $cfg.verbose { Oct 12 04:02:25.606 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 12 04:02:25.606 INFO kablam! ... | Oct 12 04:02:25.606 INFO kablam! 30 | | }) Oct 12 04:02:25.606 INFO kablam! 31 | | ); Oct 12 04:02:25.606 INFO kablam! | |__^ Oct 12 04:02:25.606 INFO kablam! Oct 12 04:02:25.606 INFO kablam! warning: unused macro definition Oct 12 04:02:25.606 INFO kablam! --> src/macros.rs:33:1 Oct 12 04:02:25.606 INFO kablam! | Oct 12 04:02:25.606 INFO kablam! 33 | / macro_rules! regex( Oct 12 04:02:25.606 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 12 04:02:25.606 INFO kablam! 35 | | ); Oct 12 04:02:25.606 INFO kablam! | |__^ Oct 12 04:02:25.606 INFO kablam! Oct 12 04:02:25.606 INFO kablam! warning: unused macro definition Oct 12 04:02:25.606 INFO kablam! --> src/macros.rs:56:1 Oct 12 04:02:25.606 INFO kablam! | Oct 12 04:02:25.606 INFO kablam! 56 | / macro_rules! debug { Oct 12 04:02:25.606 INFO kablam! 57 | | ($fmt:expr) => (); Oct 12 04:02:25.606 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 04:02:25.606 INFO kablam! 59 | | } Oct 12 04:02:25.606 INFO kablam! | |_^ Oct 12 04:02:25.606 INFO kablam! Oct 12 04:02:25.626 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:25.626 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:25.626 INFO kablam! | Oct 12 04:02:25.626 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:25.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:25.626 INFO kablam! | Oct 12 04:02:25.626 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:02:25.626 INFO kablam! Oct 12 04:02:25.627 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:25.627 INFO kablam! --> src/config.rs:28:1 Oct 12 04:02:25.627 INFO kablam! | Oct 12 04:02:25.627 INFO kablam! 28 | / arg_enum! { Oct 12 04:02:25.627 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:25.627 INFO kablam! 30 | | pub enum DotLineShape { Oct 12 04:02:25.627 INFO kablam! 31 | | Solid, Oct 12 04:02:25.627 INFO kablam! ... | Oct 12 04:02:25.627 INFO kablam! 34 | | } Oct 12 04:02:25.627 INFO kablam! 35 | | } Oct 12 04:02:25.627 INFO kablam! | |_^ Oct 12 04:02:25.627 INFO kablam! | Oct 12 04:02:25.627 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 12 04:02:25.627 INFO kablam! Oct 12 04:02:25.632 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:25.632 INFO kablam! --> src/config.rs:47:1 Oct 12 04:02:25.633 INFO kablam! | Oct 12 04:02:25.633 INFO kablam! 47 | / arg_enum!{ Oct 12 04:02:25.633 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:25.633 INFO kablam! 49 | | pub enum DotColor { Oct 12 04:02:25.633 INFO kablam! 50 | | Blue, Oct 12 04:02:25.633 INFO kablam! ... | Oct 12 04:02:25.633 INFO kablam! 58 | | } Oct 12 04:02:25.633 INFO kablam! 59 | | } Oct 12 04:02:25.633 INFO kablam! | |_^ Oct 12 04:02:25.633 INFO kablam! | Oct 12 04:02:25.633 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 12 04:02:25.633 INFO kablam! Oct 12 04:02:25.633 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:25.633 INFO kablam! --> src/config.rs:76:1 Oct 12 04:02:25.633 INFO kablam! | Oct 12 04:02:25.633 INFO kablam! 76 | / arg_enum!{ Oct 12 04:02:25.633 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:25.633 INFO kablam! 78 | | pub enum DotShape { Oct 12 04:02:25.633 INFO kablam! 79 | | Box, Oct 12 04:02:25.633 INFO kablam! ... | Oct 12 04:02:25.633 INFO kablam! 83 | | } Oct 12 04:02:25.633 INFO kablam! 84 | | } Oct 12 04:02:25.633 INFO kablam! | |_^ Oct 12 04:02:25.633 INFO kablam! | Oct 12 04:02:25.633 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 12 04:02:25.633 INFO kablam! Oct 12 04:02:25.884 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 04:02:25.884 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:25.884 INFO kablam! | Oct 12 04:02:25.884 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:25.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:25.884 INFO kablam! | Oct 12 04:02:25.884 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:02:25.884 INFO kablam! Oct 12 04:02:28.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.82s Oct 12 04:02:28.006 INFO kablam! su: No module specific data is present Oct 12 04:02:28.344 INFO running `"docker" "rm" "-f" "5258a6cbd008ce9828d2c922180effa49cdadf38b307755b0605877b37913b89"` Oct 12 04:02:28.448 INFO blam! 5258a6cbd008ce9828d2c922180effa49cdadf38b307755b0605877b37913b89 Oct 12 04:02:28.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:02:28.663 INFO blam! 047a9394cd4edfe96592473f15ff8e40dd45ded292feb08fdaada7b21e4de5ff Oct 12 04:02:28.665 INFO running `"docker" "start" "-a" "047a9394cd4edfe96592473f15ff8e40dd45ded292feb08fdaada7b21e4de5ff"` Oct 12 04:02:29.056 INFO kablam! usermod: no changes Oct 12 04:02:29.114 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 12 04:02:30.816 INFO kablam! warning: unused macro definition Oct 12 04:02:30.817 INFO kablam! --> src/macros.rs:8:1 Oct 12 04:02:30.817 INFO kablam! | Oct 12 04:02:30.818 INFO kablam! 8 | / macro_rules! werr( Oct 12 04:02:30.819 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 12 04:02:30.823 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 12 04:02:30.823 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 04:02:30.823 INFO kablam! 12 | | }) Oct 12 04:02:30.823 INFO kablam! 13 | | ); Oct 12 04:02:30.823 INFO kablam! | |__^ Oct 12 04:02:30.823 INFO kablam! | Oct 12 04:02:30.823 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:02:30.823 INFO kablam! Oct 12 04:02:30.823 INFO kablam! warning: unused macro definition Oct 12 04:02:30.823 INFO kablam! --> src/macros.rs:15:1 Oct 12 04:02:30.823 INFO kablam! | Oct 12 04:02:30.823 INFO kablam! 15 | / macro_rules! verbose( Oct 12 04:02:30.823 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:30.823 INFO kablam! 17 | | if $cfg.verbose { Oct 12 04:02:30.823 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 12 04:02:30.823 INFO kablam! ... | Oct 12 04:02:30.823 INFO kablam! 21 | | }) Oct 12 04:02:30.823 INFO kablam! 22 | | ); Oct 12 04:02:30.823 INFO kablam! | |__^ Oct 12 04:02:30.823 INFO kablam! Oct 12 04:02:30.823 INFO kablam! warning: unused macro definition Oct 12 04:02:30.823 INFO kablam! --> src/macros.rs:24:1 Oct 12 04:02:30.823 INFO kablam! | Oct 12 04:02:30.823 INFO kablam! 24 | / macro_rules! verboseln( Oct 12 04:02:30.823 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:30.823 INFO kablam! 26 | | if $cfg.verbose { Oct 12 04:02:30.823 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 12 04:02:30.823 INFO kablam! ... | Oct 12 04:02:30.823 INFO kablam! 30 | | }) Oct 12 04:02:30.823 INFO kablam! 31 | | ); Oct 12 04:02:30.823 INFO kablam! | |__^ Oct 12 04:02:30.823 INFO kablam! Oct 12 04:02:30.823 INFO kablam! warning: unused macro definition Oct 12 04:02:30.823 INFO kablam! --> src/macros.rs:33:1 Oct 12 04:02:30.823 INFO kablam! | Oct 12 04:02:30.823 INFO kablam! 33 | / macro_rules! regex( Oct 12 04:02:30.823 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 12 04:02:30.823 INFO kablam! 35 | | ); Oct 12 04:02:30.823 INFO kablam! | |__^ Oct 12 04:02:30.823 INFO kablam! Oct 12 04:02:30.823 INFO kablam! warning: unused macro definition Oct 12 04:02:30.823 INFO kablam! --> src/macros.rs:56:1 Oct 12 04:02:30.823 INFO kablam! | Oct 12 04:02:30.823 INFO kablam! 56 | / macro_rules! debug { Oct 12 04:02:30.823 INFO kablam! 57 | | ($fmt:expr) => (); Oct 12 04:02:30.823 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 04:02:30.823 INFO kablam! 59 | | } Oct 12 04:02:30.823 INFO kablam! | |_^ Oct 12 04:02:30.823 INFO kablam! Oct 12 04:02:30.833 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:30.834 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:30.834 INFO kablam! | Oct 12 04:02:30.834 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:30.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:30.834 INFO kablam! | Oct 12 04:02:30.834 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:02:30.834 INFO kablam! Oct 12 04:02:30.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:30.834 INFO kablam! --> src/config.rs:28:1 Oct 12 04:02:30.834 INFO kablam! | Oct 12 04:02:30.834 INFO kablam! 28 | / arg_enum! { Oct 12 04:02:30.834 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:30.834 INFO kablam! 30 | | pub enum DotLineShape { Oct 12 04:02:30.834 INFO kablam! 31 | | Solid, Oct 12 04:02:30.834 INFO kablam! ... | Oct 12 04:02:30.834 INFO kablam! 34 | | } Oct 12 04:02:30.834 INFO kablam! 35 | | } Oct 12 04:02:30.834 INFO kablam! | |_^ Oct 12 04:02:30.834 INFO kablam! | Oct 12 04:02:30.835 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 12 04:02:30.835 INFO kablam! Oct 12 04:02:30.835 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:30.835 INFO kablam! --> src/config.rs:47:1 Oct 12 04:02:30.835 INFO kablam! | Oct 12 04:02:30.835 INFO kablam! 47 | / arg_enum!{ Oct 12 04:02:30.835 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:30.835 INFO kablam! 49 | | pub enum DotColor { Oct 12 04:02:30.835 INFO kablam! 50 | | Blue, Oct 12 04:02:30.835 INFO kablam! ... | Oct 12 04:02:30.835 INFO kablam! 58 | | } Oct 12 04:02:30.835 INFO kablam! 59 | | } Oct 12 04:02:30.835 INFO kablam! | |_^ Oct 12 04:02:30.836 INFO kablam! | Oct 12 04:02:30.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 12 04:02:30.836 INFO kablam! Oct 12 04:02:30.836 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:30.836 INFO kablam! --> src/config.rs:76:1 Oct 12 04:02:30.836 INFO kablam! | Oct 12 04:02:30.838 INFO kablam! 76 | / arg_enum!{ Oct 12 04:02:30.839 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:30.839 INFO kablam! 78 | | pub enum DotShape { Oct 12 04:02:30.839 INFO kablam! 79 | | Box, Oct 12 04:02:30.839 INFO kablam! ... | Oct 12 04:02:30.840 INFO kablam! 83 | | } Oct 12 04:02:30.840 INFO kablam! 84 | | } Oct 12 04:02:30.840 INFO kablam! | |_^ Oct 12 04:02:30.840 INFO kablam! | Oct 12 04:02:30.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 12 04:02:30.841 INFO kablam! Oct 12 04:02:31.077 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 04:02:31.078 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:31.078 INFO kablam! | Oct 12 04:02:31.078 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:31.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:31.079 INFO kablam! | Oct 12 04:02:31.079 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:02:31.080 INFO kablam! Oct 12 04:02:31.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 12 04:02:31.582 INFO kablam! su: No module specific data is present Oct 12 04:02:31.838 INFO running `"docker" "rm" "-f" "047a9394cd4edfe96592473f15ff8e40dd45ded292feb08fdaada7b21e4de5ff"` Oct 12 04:02:31.904 INFO blam! 047a9394cd4edfe96592473f15ff8e40dd45ded292feb08fdaada7b21e4de5ff Oct 12 04:02:31.906 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:02:32.076 INFO blam! fe0a313973ebcabda511a5e21984c186cc000cfe045b5997fae665b36c2253b6 Oct 12 04:02:32.078 INFO running `"docker" "start" "-a" "fe0a313973ebcabda511a5e21984c186cc000cfe045b5997fae665b36c2253b6"` Oct 12 04:02:32.564 INFO kablam! usermod: no changes Oct 12 04:02:32.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 04:02:32.626 INFO kablam! Running /target/debug/deps/cargo_graph-56822cfe72b5a67b Oct 12 04:02:32.633 INFO blam! Oct 12 04:02:32.633 INFO blam! running 0 tests Oct 12 04:02:32.633 INFO blam! Oct 12 04:02:32.633 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:02:32.633 INFO blam! Oct 12 04:02:32.635 INFO kablam! su: No module specific data is present Oct 12 04:02:33.077 INFO running `"docker" "rm" "-f" "fe0a313973ebcabda511a5e21984c186cc000cfe045b5997fae665b36c2253b6"` Oct 12 04:02:33.252 INFO blam! fe0a313973ebcabda511a5e21984c186cc000cfe045b5997fae665b36c2253b6