[INFO] fetching crate fuse-rust 0.2.0... [INFO] testing fuse-rust-0.2.0 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate fuse-rust 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fuse-rust 0.2.0 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fuse-rust 0.2.0 [INFO] finished tweaking crates.io crate fuse-rust 0.2.0 [INFO] tweaked toml for crates.io crate fuse-rust 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate fuse-rust 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 41364c93a175ca009c7a85321fd14cc206619fe328bb8afe7f4db3f2d57e3662 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "41364c93a175ca009c7a85321fd14cc206619fe328bb8afe7f4db3f2d57e3662", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41364c93a175ca009c7a85321fd14cc206619fe328bb8afe7f4db3f2d57e3662", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41364c93a175ca009c7a85321fd14cc206619fe328bb8afe7f4db3f2d57e3662", kill_on_drop: false }` [INFO] [stdout] 41364c93a175ca009c7a85321fd14cc206619fe328bb8afe7f4db3f2d57e3662 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 732fafa551808379655fdd852713f0e3e260dfd21e2ebbf2fed244f753dc4e5a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "732fafa551808379655fdd852713f0e3e260dfd21e2ebbf2fed244f753dc4e5a", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling fuse-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:628:28 [INFO] [stdout] | [INFO] [stdout] 628 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 629 | | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | | &property.value [INFO] [stdout] 631 | | )); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 628 | panic!( [INFO] [stdout] 629 | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | &property.value [INFO] [stdout] 631 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:743:40 [INFO] [stdout] | [INFO] [stdout] 743 | ... panic!(format!( [INFO] [stdout] | ______________________________^ [INFO] [stdout] 744 | | ... "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | | ... &property.value [INFO] [stdout] 746 | | ... )) [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 743 | panic!( [INFO] [stdout] 744 | "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | &property.value [INFO] [stdout] 746 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.73s [INFO] running `Command { std: "docker" "inspect" "732fafa551808379655fdd852713f0e3e260dfd21e2ebbf2fed244f753dc4e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "732fafa551808379655fdd852713f0e3e260dfd21e2ebbf2fed244f753dc4e5a", kill_on_drop: false }` [INFO] [stdout] 732fafa551808379655fdd852713f0e3e260dfd21e2ebbf2fed244f753dc4e5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f045f66e101e93b52413b4c29a5ae7360bb7cffe1c47ee8a3f696f5668f54310 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f045f66e101e93b52413b4c29a5ae7360bb7cffe1c47ee8a3f696f5668f54310", kill_on_drop: false }` [INFO] [stderr] Compiling fuse-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:628:28 [INFO] [stdout] | [INFO] [stdout] 628 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 629 | | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | | &property.value [INFO] [stdout] 631 | | )); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 628 | panic!( [INFO] [stdout] 629 | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | &property.value [INFO] [stdout] 631 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:743:40 [INFO] [stdout] | [INFO] [stdout] 743 | ... panic!(format!( [INFO] [stdout] | ______________________________^ [INFO] [stdout] 744 | | ... "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | | ... &property.value [INFO] [stdout] 746 | | ... )) [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 743 | panic!( [INFO] [stdout] 744 | "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | &property.value [INFO] [stdout] 746 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:628:28 [INFO] [stdout] | [INFO] [stdout] 628 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 629 | | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | | &property.value [INFO] [stdout] 631 | | )); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 628 | panic!( [INFO] [stdout] 629 | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stdout] 630 | &property.value [INFO] [stdout] 631 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:743:40 [INFO] [stdout] | [INFO] [stdout] 743 | ... panic!(format!( [INFO] [stdout] | ______________________________^ [INFO] [stdout] 744 | | ... "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | | ... &property.value [INFO] [stdout] 746 | | ... )) [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 743 | panic!( [INFO] [stdout] 744 | "Lookup doesnt contain requested value => {}.", [INFO] [stdout] 745 | &property.value [INFO] [stdout] 746 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `Command { std: "docker" "inspect" "f045f66e101e93b52413b4c29a5ae7360bb7cffe1c47ee8a3f696f5668f54310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f045f66e101e93b52413b4c29a5ae7360bb7cffe1c47ee8a3f696f5668f54310", kill_on_drop: false }` [INFO] [stdout] f045f66e101e93b52413b4c29a5ae7360bb7cffe1c47ee8a3f696f5668f54310 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 275552bd37894cfe4ccfbc079b89412b62c5f7e22770f9718fca2bbfa8d0f09e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "275552bd37894cfe4ccfbc079b89412b62c5f7e22770f9718fca2bbfa8d0f09e", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:628:28 [INFO] [stderr] | [INFO] [stderr] 628 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 629 | | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stderr] 630 | | &property.value [INFO] [stderr] 631 | | )); [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 628 | panic!( [INFO] [stderr] 629 | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stderr] 630 | &property.value [INFO] [stderr] 631 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:743:40 [INFO] [stderr] | [INFO] [stderr] 743 | ... panic!(format!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 744 | | ... "Lookup doesnt contain requested value => {}.", [INFO] [stderr] 745 | | ... &property.value [INFO] [stderr] 746 | | ... )) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 743 | panic!( [INFO] [stderr] 744 | "Lookup doesnt contain requested value => {}.", [INFO] [stderr] 745 | &property.value [INFO] [stderr] 746 | ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:628:28 [INFO] [stderr] | [INFO] [stderr] 628 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 629 | | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stderr] 630 | | &property.value [INFO] [stderr] 631 | | )); [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 628 | panic!( [INFO] [stderr] 629 | "Lookup Failed: Lookup doesnt contain requested value => {}.", [INFO] [stderr] 630 | &property.value [INFO] [stderr] 631 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:743:40 [INFO] [stderr] | [INFO] [stderr] 743 | ... panic!(format!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 744 | | ... "Lookup doesnt contain requested value => {}.", [INFO] [stderr] 745 | | ... &property.value [INFO] [stderr] 746 | | ... )) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 743 | panic!( [INFO] [stderr] 744 | "Lookup doesnt contain requested value => {}.", [INFO] [stderr] 745 | &property.value [INFO] [stderr] 746 | ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fuse_rust-f45c7c33dddf2d90) [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::multibyte_chars_indices ... ok [INFO] [stdout] test tests::multibyte_chars ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests fuse-rust [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - Fuse (line 134) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_fuse_list_with_chunk_size (line 680) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search (line 354) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_iterable (line 470) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_string (line 450) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_fuse_list (line 581) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuseable (line 407) - compile ... ok [INFO] [stdout] test src/lib.rs - FuseProperty (line 22) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_string (line 444) - compile ... ok [INFO] [stdout] test src/lib.rs - Pattern (line 74) - compile ... ok [INFO] [stdout] test src/lib.rs - Fuse::search_text_in_string_list (line 511) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "275552bd37894cfe4ccfbc079b89412b62c5f7e22770f9718fca2bbfa8d0f09e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "275552bd37894cfe4ccfbc079b89412b62c5f7e22770f9718fca2bbfa8d0f09e", kill_on_drop: false }` [INFO] [stdout] 275552bd37894cfe4ccfbc079b89412b62c5f7e22770f9718fca2bbfa8d0f09e