Dec 14 09:30:55.661 INFO testing IOuser/rust-wasm against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 09:30:55.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 14 09:30:55.844 INFO [stdout] db3c51a1765dd29ae7a4bc688828a52277ff31bd152a78b825c08a3e7c05b1dd Dec 14 09:30:55.848 INFO running `"docker" "start" "-a" "db3c51a1765dd29ae7a4bc688828a52277ff31bd152a78b825c08a3e7c05b1dd"` Dec 14 09:30:56.378 INFO [stderr] usermod: no changes Dec 14 09:30:56.452 INFO [stderr] Compiling syn v0.15.15 Dec 14 09:31:07.363 INFO [stderr] Compiling serde_derive v1.0.80 Dec 14 09:31:22.579 INFO [stderr] Compiling wasm-bindgen-shared v0.2.25 Dec 14 09:31:25.224 INFO [stderr] Compiling wasm-bindgen-backend v0.2.25 Dec 14 09:31:35.177 INFO [stderr] Compiling wasm-bindgen-macro-support v0.2.25 Dec 14 09:31:41.060 INFO [stderr] Compiling wasm-bindgen-macro v0.2.25 Dec 14 09:31:43.921 INFO [stderr] Compiling wasm-bindgen v0.2.25 Dec 14 09:31:45.023 INFO [stderr] Compiling console_error_panic_hook v0.1.5 Dec 14 09:31:45.531 INFO [stderr] Compiling rust-wasm-tests v0.0.1 (/source) Dec 14 09:31:46.679 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.679 INFO [stderr] --> src/rust/quad_tree.rs:155:9 Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] 155 | write!(f, "\n"); Dec 14 09:31:46.679 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 14 09:31:46.679 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.679 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 14 09:31:46.679 INFO [stderr] Dec 14 09:31:46.679 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.679 INFO [stderr] --> src/rust/quad_tree.rs:164:13 Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] 164 | write!(f, " {:p}, empty: {}\n", self._nw, self._nw.is_null()); Dec 14 09:31:46.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.679 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 14 09:31:46.679 INFO [stderr] Dec 14 09:31:46.679 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.679 INFO [stderr] --> src/rust/quad_tree.rs:165:13 Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] 165 | write!(f, " {:p}, empty: {}\n", self._ne, self._ne.is_null()); Dec 14 09:31:46.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.679 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 14 09:31:46.679 INFO [stderr] Dec 14 09:31:46.679 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.679 INFO [stderr] --> src/rust/quad_tree.rs:166:13 Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] 166 | write!(f, " {:p}, empty: {}\n", self._sw, self._sw.is_null()); Dec 14 09:31:46.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.679 INFO [stderr] | Dec 14 09:31:46.679 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.679 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 14 09:31:46.680 INFO [stderr] Dec 14 09:31:46.680 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.680 INFO [stderr] --> src/rust/quad_tree.rs:167:13 Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] 167 | write!(f, " {:p}, empty: {}\n", self._se, self._se.is_null()); Dec 14 09:31:46.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.680 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 14 09:31:46.680 INFO [stderr] Dec 14 09:31:46.680 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.680 INFO [stderr] --> src/rust/quad_tree.rs:170:17 Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] 170 | write!(f, "{}", (*self._nw).len()); Dec 14 09:31:46.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.680 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 14 09:31:46.680 INFO [stderr] Dec 14 09:31:46.680 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.680 INFO [stderr] --> src/rust/quad_tree.rs:178:9 Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] 178 | write!(f, "\n"); Dec 14 09:31:46.680 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.680 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 14 09:31:46.680 INFO [stderr] Dec 14 09:31:46.680 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:46.680 INFO [stderr] --> src/rust/particles.rs:45:9 Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] 45 | write!(f, "particle: "); Dec 14 09:31:46.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:46.680 INFO [stderr] | Dec 14 09:31:46.680 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:46.680 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 14 09:31:46.680 INFO [stderr] Dec 14 09:31:46.832 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.48s Dec 14 09:31:46.839 INFO [stderr] su: No module specific data is present Dec 14 09:31:47.322 INFO running `"docker" "inspect" "db3c51a1765dd29ae7a4bc688828a52277ff31bd152a78b825c08a3e7c05b1dd"` Dec 14 09:31:47.661 INFO running `"docker" "rm" "-f" "db3c51a1765dd29ae7a4bc688828a52277ff31bd152a78b825c08a3e7c05b1dd"` Dec 14 09:31:47.858 INFO [stdout] db3c51a1765dd29ae7a4bc688828a52277ff31bd152a78b825c08a3e7c05b1dd Dec 14 09:31:47.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 14 09:31:48.218 INFO [stdout] 68f630a155d29aa7b67199d2a28d53cd2f65f1d50b5bb4e6eef4546e459e0373 Dec 14 09:31:48.222 INFO running `"docker" "start" "-a" "68f630a155d29aa7b67199d2a28d53cd2f65f1d50b5bb4e6eef4546e459e0373"` Dec 14 09:31:49.181 INFO [stderr] usermod: no changes Dec 14 09:31:49.324 INFO [stderr] Compiling wasm-bindgen-test-macro v0.2.25 Dec 14 09:31:49.329 INFO [stderr] Compiling js-sys v0.3.2 Dec 14 09:31:54.519 INFO [stderr] Compiling wasm-bindgen-futures v0.3.2 Dec 14 09:31:55.673 INFO [stderr] Compiling wasm-bindgen-test v0.2.25 Dec 14 09:31:57.504 INFO [stderr] Compiling rust-wasm-tests v0.0.1 (/source) Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:155:9 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 155 | write!(f, "\n"); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:164:13 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 164 | write!(f, " {:p}, empty: {}\n", self._nw, self._nw.is_null()); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:165:13 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 165 | write!(f, " {:p}, empty: {}\n", self._ne, self._ne.is_null()); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:166:13 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 166 | write!(f, " {:p}, empty: {}\n", self._sw, self._sw.is_null()); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:167:13 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 167 | write!(f, " {:p}, empty: {}\n", self._se, self._se.is_null()); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:170:17 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 170 | write!(f, "{}", (*self._nw).len()); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/quad_tree.rs:178:9 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 178 | write!(f, "\n"); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.487 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 09:31:58.487 INFO [stderr] --> src/rust/particles.rs:45:9 Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] 45 | write!(f, "particle: "); Dec 14 09:31:58.487 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 09:31:58.487 INFO [stderr] | Dec 14 09:31:58.487 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 09:31:58.487 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 14 09:31:58.487 INFO [stderr] Dec 14 09:31:58.987 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.75s Dec 14 09:31:58.991 INFO [stderr] su: No module specific data is present Dec 14 09:31:59.401 INFO running `"docker" "inspect" "68f630a155d29aa7b67199d2a28d53cd2f65f1d50b5bb4e6eef4546e459e0373"` Dec 14 09:31:59.504 INFO running `"docker" "rm" "-f" "68f630a155d29aa7b67199d2a28d53cd2f65f1d50b5bb4e6eef4546e459e0373"` Dec 14 09:31:59.598 INFO [stdout] 68f630a155d29aa7b67199d2a28d53cd2f65f1d50b5bb4e6eef4546e459e0373 Dec 14 09:31:59.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 14 09:31:59.859 INFO [stdout] 1b1b77f4076716705c467c117f1e07969726101a46a83431f9527ec354a17238 Dec 14 09:31:59.859 INFO running `"docker" "start" "-a" "1b1b77f4076716705c467c117f1e07969726101a46a83431f9527ec354a17238"` Dec 14 09:32:00.811 INFO [stderr] usermod: no changes Dec 14 09:32:00.900 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Dec 14 09:32:00.912 INFO [stderr] Running /target/debug/deps/rust_wasm_tests-2e077dcdf526e862 Dec 14 09:32:00.931 INFO [stdout] Dec 14 09:32:00.931 INFO [stdout] running 10 tests Dec 14 09:32:00.931 INFO [stdout] test rust::tests::aabb::aabb_contains ... ok Dec 14 09:32:00.931 INFO [stdout] test rust::tests::aabb::aabb_intersects ... ok Dec 14 09:32:00.931 INFO [stdout] test rust::tests::aabb::aabb_subdivide_ne ... ok Dec 14 09:32:00.931 INFO [stdout] test rust::tests::point::point_distance_2 ... ok Dec 14 09:32:00.931 INFO [stdout] test rust::tests::point::point_distance_0 ... ok Dec 14 09:32:00.932 INFO [stdout] test rust::tests::point::point_distance_1 ... ok Dec 14 09:32:00.932 INFO [stdout] test rust::tests::aabb::aabb_subdivide_sw ... ok Dec 14 09:32:00.932 INFO [stdout] test rust::tests::aabb::aabb_subdivide_se ... ok Dec 14 09:32:00.939 INFO [stdout] test rust::tests::quad_tree::quad_tree_0 ... ok Dec 14 09:32:00.939 INFO [stdout] test rust::tests::aabb::aabb_subdivide_nw ... ok Dec 14 09:32:00.939 INFO [stdout] Dec 14 09:32:00.939 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 09:32:00.939 INFO [stdout] Dec 14 09:32:00.950 INFO [stderr] su: No module specific data is present Dec 14 09:32:01.535 INFO running `"docker" "inspect" "1b1b77f4076716705c467c117f1e07969726101a46a83431f9527ec354a17238"` Dec 14 09:32:01.712 INFO running `"docker" "rm" "-f" "1b1b77f4076716705c467c117f1e07969726101a46a83431f9527ec354a17238"` Dec 14 09:32:01.917 INFO [stdout] 1b1b77f4076716705c467c117f1e07969726101a46a83431f9527ec354a17238