Dec 05 11:24:04.673 INFO testing pickfire/apu_tt against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 11:24:04.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 11:24:05.092 INFO [stdout] 56e62e578c02dad5bc2d10f8f04708290f63e2243871f59e5666d01c3cc3b9ea Dec 05 11:24:05.094 INFO running `"docker" "start" "-a" "56e62e578c02dad5bc2d10f8f04708290f63e2243871f59e5666d01c3cc3b9ea"` Dec 05 11:24:07.701 INFO [stderr] usermod: no changes Dec 05 11:24:08.125 INFO [stderr] Compiling serde_cbor v0.9.0 Dec 05 11:24:08.154 INFO [stderr] Compiling tabwriter v1.1.0 Dec 05 11:24:08.155 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 05 11:24:13.380 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 05 11:24:13.383 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 05 11:24:13.384 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 05 11:24:17.074 INFO [stderr] Compiling tokio v0.1.11 Dec 05 11:24:20.288 INFO [stderr] Compiling hyper v0.12.13 Dec 05 11:24:28.877 INFO [stderr] Compiling hyper-tls v0.3.1 Dec 05 11:24:30.526 INFO [stderr] Compiling reqwest v0.9.4 Dec 05 11:24:42.804 INFO [stderr] Compiling apu_tt v0.1.0 (/source) Dec 05 11:24:45.524 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.524 INFO [stderr] --> src/main.rs:102:17 Dec 05 11:24:45.524 INFO [stderr] | Dec 05 11:24:45.524 INFO [stderr] 102 | write!(&mut tw, "{}{}", color::Bg(grey), style::Bold); Dec 05 11:24:45.524 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:104:17 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 104 | write!(&mut tw, "{}{}", color::Bg(color::White), style::Bold); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:109:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 109 | / write!( Dec 05 11:24:45.525 INFO [stderr] 110 | | &mut tw, Dec 05 11:24:45.525 INFO [stderr] 111 | | "{}{} {}{}-{}", Dec 05 11:24:45.525 INFO [stderr] 112 | | color::Fg(color::Magenta), Dec 05 11:24:45.525 INFO [stderr] ... | Dec 05 11:24:45.525 INFO [stderr] 116 | | time_until.format("%H%M") Dec 05 11:24:45.525 INFO [stderr] 117 | | ); Dec 05 11:24:45.525 INFO [stderr] | |__________^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:118:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 118 | write!(&mut tw, "\t{}{}", color::Fg(color::Blue), &class.location); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:119:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 119 | write!(&mut tw, "\t{}{}", color::Fg(color::Red), &class.room); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:120:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 120 | write!(&mut tw, "\t{}{}", color::Fg(color::Yellow), &class.modid); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:121:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 121 | write!(&mut tw, "\t{}{}", color::Fg(color::Cyan), &class.lectid); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:45.525 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:45.525 INFO [stderr] --> src/main.rs:122:9 Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] 122 | writeln!(&mut tw, "{}", style::Reset); Dec 05 11:24:45.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:45.525 INFO [stderr] | Dec 05 11:24:45.525 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:45.525 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:45.525 INFO [stderr] Dec 05 11:24:53.005 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.27s Dec 05 11:24:53.020 INFO [stderr] su: No module specific data is present Dec 05 11:24:53.906 INFO running `"docker" "inspect" "56e62e578c02dad5bc2d10f8f04708290f63e2243871f59e5666d01c3cc3b9ea"` Dec 05 11:24:54.168 INFO running `"docker" "rm" "-f" "56e62e578c02dad5bc2d10f8f04708290f63e2243871f59e5666d01c3cc3b9ea"` Dec 05 11:24:54.468 INFO [stdout] 56e62e578c02dad5bc2d10f8f04708290f63e2243871f59e5666d01c3cc3b9ea Dec 05 11:24:54.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 11:24:54.954 INFO [stdout] 28f1be32ebaefacca788fb5be8e618513751884cd437a34e8f15c02488f9f1d3 Dec 05 11:24:54.958 INFO running `"docker" "start" "-a" "28f1be32ebaefacca788fb5be8e618513751884cd437a34e8f15c02488f9f1d3"` Dec 05 11:24:56.716 INFO [stderr] usermod: no changes Dec 05 11:24:56.983 INFO [stderr] Compiling apu_tt v0.1.0 (/source) Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:102:17 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 102 | write!(&mut tw, "{}{}", color::Bg(grey), style::Bold); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:104:17 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 104 | write!(&mut tw, "{}{}", color::Bg(color::White), style::Bold); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:109:9 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 109 | / write!( Dec 05 11:24:59.573 INFO [stderr] 110 | | &mut tw, Dec 05 11:24:59.573 INFO [stderr] 111 | | "{}{} {}{}-{}", Dec 05 11:24:59.573 INFO [stderr] 112 | | color::Fg(color::Magenta), Dec 05 11:24:59.573 INFO [stderr] ... | Dec 05 11:24:59.573 INFO [stderr] 116 | | time_until.format("%H%M") Dec 05 11:24:59.573 INFO [stderr] 117 | | ); Dec 05 11:24:59.573 INFO [stderr] | |__________^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:118:9 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 118 | write!(&mut tw, "\t{}{}", color::Fg(color::Blue), &class.location); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:119:9 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 119 | write!(&mut tw, "\t{}{}", color::Fg(color::Red), &class.room); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:120:9 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 120 | write!(&mut tw, "\t{}{}", color::Fg(color::Yellow), &class.modid); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:121:9 Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] 121 | write!(&mut tw, "\t{}{}", color::Fg(color::Cyan), &class.lectid); Dec 05 11:24:59.573 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.573 INFO [stderr] | Dec 05 11:24:59.573 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.573 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.573 INFO [stderr] Dec 05 11:24:59.573 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 05 11:24:59.573 INFO [stderr] --> src/main.rs:122:9 Dec 05 11:24:59.574 INFO [stderr] | Dec 05 11:24:59.574 INFO [stderr] 122 | writeln!(&mut tw, "{}", style::Reset); Dec 05 11:24:59.574 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 11:24:59.574 INFO [stderr] | Dec 05 11:24:59.574 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 05 11:24:59.574 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 11:24:59.574 INFO [stderr] Dec 05 11:24:59.974 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.23s Dec 05 11:24:59.988 INFO [stderr] su: No module specific data is present Dec 05 11:25:00.941 INFO running `"docker" "inspect" "28f1be32ebaefacca788fb5be8e618513751884cd437a34e8f15c02488f9f1d3"` Dec 05 11:25:01.246 INFO running `"docker" "rm" "-f" "28f1be32ebaefacca788fb5be8e618513751884cd437a34e8f15c02488f9f1d3"` Dec 05 11:25:01.644 INFO [stdout] 28f1be32ebaefacca788fb5be8e618513751884cd437a34e8f15c02488f9f1d3 Dec 05 11:25:01.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 11:25:02.080 INFO [stdout] 6a864640790a7f828fc558796ab4a6540ceafd9b05850ef09ecade405b0823e3 Dec 05 11:25:02.082 INFO running `"docker" "start" "-a" "6a864640790a7f828fc558796ab4a6540ceafd9b05850ef09ecade405b0823e3"` Dec 05 11:25:04.616 INFO [stderr] usermod: no changes Dec 05 11:25:04.930 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s Dec 05 11:25:04.952 INFO [stderr] Running /target/debug/deps/tt-2e2d041b5d6960c2 Dec 05 11:25:04.955 INFO [stdout] Dec 05 11:25:04.955 INFO [stdout] running 0 tests Dec 05 11:25:04.955 INFO [stdout] Dec 05 11:25:04.955 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 11:25:04.955 INFO [stdout] Dec 05 11:25:04.960 INFO [stderr] su: No module specific data is present Dec 05 11:25:06.297 INFO running `"docker" "inspect" "6a864640790a7f828fc558796ab4a6540ceafd9b05850ef09ecade405b0823e3"` Dec 05 11:25:06.670 INFO running `"docker" "rm" "-f" "6a864640790a7f828fc558796ab4a6540ceafd9b05850ef09ecade405b0823e3"` Dec 05 11:25:07.060 INFO [stdout] 6a864640790a7f828fc558796ab4a6540ceafd9b05850ef09ecade405b0823e3