[INFO] cloning repository https://github.com/Forsuin/hecate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Forsuin/hecate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c33dc5a510d88fe861a8c75055b02e3594e8999
[INFO] checking Forsuin/hecate/0c33dc5a510d88fe861a8c75055b02e3594e8999 against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Forsuin/hecate
[INFO] finished tweaking git repo https://github.com/Forsuin/hecate
[INFO] tweaked toml for git repo https://github.com/Forsuin/hecate written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Forsuin/hecate on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Forsuin/hecate already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_builder v4.5.17
[INFO] [stderr]   Downloaded clap v4.5.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27
[INFO] running `Command { std: "docker" "start" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking ty v0.1.0 (/opt/rustwide/workdir/compiler/ty)
[INFO] [stderr]     Checking unique_ident v0.1.0 (/opt/rustwide/workdir/compiler/unique_ident)
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]  --> compiler/unique_ident/src/lib.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let string = format!("tmp.{}", VAR_COUNTER);
[INFO] [stdout]   |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]   |
[INFO] [stdout]   = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]   = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]   = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> compiler/unique_ident/src/lib.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let string = format!("{}.{}", prefix, LABEL_COUNTER);
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]  --> compiler/unique_ident/src/lib.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let string = format!("tmp.{}", VAR_COUNTER);
[INFO] [stdout]   |                                        ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]   |
[INFO] [stdout]   = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]   = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]   = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> compiler/unique_ident/src/lib.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let string = format!("{}.{}", prefix, LABEL_COUNTER);
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ast v0.1.0 (/opt/rustwide/workdir/compiler/ast)
[INFO] [stderr]     Checking mir v0.1.0 (/opt/rustwide/workdir/compiler/mir)
[INFO] [stdout] error[E0277]: the trait bound `StaticInit: Eq` is not satisfied
[INFO] [stdout]   --> compiler/mir/src/tacky.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Eq, PartialEq, Clone)]
[INFO] [stdout]    |                 -- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub init: StaticInit,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ the trait `Eq` is not implemented for `StaticInit`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `std::cmp::AssertParamIsEq`
[INFO] [stdout]   --> /rustc/c9ff496891c278ad660bc0ab85c1f0b72059464a/library/core/src/cmp.rs:392:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ty::Constant: Eq` is not satisfied
[INFO] [stdout]   --> compiler/mir/src/tacky.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Debug, Clone, Eq, PartialEq)]
[INFO] [stdout]    |                        -- in this derive macro expansion
[INFO] [stdout] 80 | pub enum Val {
[INFO] [stdout] 81 |     Constant(Constant),
[INFO] [stdout]    |              ^^^^^^^^ the trait `Eq` is not implemented for `ty::Constant`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `std::cmp::AssertParamIsEq`
[INFO] [stdout]   --> /rustc/c9ff496891c278ad660bc0ab85c1f0b72059464a/library/core/src/cmp.rs:392:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StaticInit: Eq` is not satisfied
[INFO] [stdout]   --> compiler/mir/src/tacky.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Eq, PartialEq, Clone)]
[INFO] [stdout]    |                 -- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub init: StaticInit,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ the trait `Eq` is not implemented for `StaticInit`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `std::cmp::AssertParamIsEq`
[INFO] [stdout]   --> /rustc/c9ff496891c278ad660bc0ab85c1f0b72059464a/library/core/src/cmp.rs:392:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ty::Constant: Eq` is not satisfied
[INFO] [stdout]   --> compiler/mir/src/tacky.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Debug, Clone, Eq, PartialEq)]
[INFO] [stdout]    |                        -- in this derive macro expansion
[INFO] [stdout] 80 | pub enum Val {
[INFO] [stdout] 81 |     Constant(Constant),
[INFO] [stdout]    |              ^^^^^^^^ the trait `Eq` is not implemented for `ty::Constant`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `std::cmp::AssertParamIsEq`
[INFO] [stdout]   --> /rustc/c9ff496891c278ad660bc0ab85c1f0b72059464a/library/core/src/cmp.rs:392:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&StaticInit::Float(_)` and `&StaticInit::Double(_)` not covered
[INFO] [stdout]   --> compiler/mir/src/print_tacky.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |     match init {
[INFO] [stdout]    |           ^^^^ patterns `&StaticInit::Float(_)` and `&StaticInit::Double(_)` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `StaticInit` defined here
[INFO] [stdout]   --> compiler/ty/src/types.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub enum StaticInit {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     Float(f32),
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 59 |     Double(f64)
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `&StaticInit`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 55 ~         StaticInit::ULong(i) => format!("{}ul", *i),
[INFO] [stdout] 56 ~         &StaticInit::Float(_) | &StaticInit::Double(_) => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&tacky::Val::Constant(ty::Constant::Float(_))` and `&tacky::Val::Constant(ty::Constant::Double(_))` not covered
[INFO] [stdout]    --> compiler/mir/src/print_tacky.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 |     match val {
[INFO] [stdout]     |           ^^^ patterns `&tacky::Val::Constant(ty::Constant::Float(_))` and `&tacky::Val::Constant(ty::Constant::Double(_))` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `tacky::Val` defined here
[INFO] [stdout]    --> compiler/mir/src/tacky.rs:80:10
[INFO] [stdout]     |
[INFO] [stdout]  80 | pub enum Val {
[INFO] [stdout]     |          ^^^
[INFO] [stdout]  81 |     Constant(Constant),
[INFO] [stdout]     |     --------
[INFO] [stdout]     |     |
[INFO] [stdout]     |     not covered
[INFO] [stdout]     |     not covered
[INFO] [stdout]     = note: the matched value is of type `&tacky::Val`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 186 ~         },
[INFO] [stdout] 187 +         &tacky::Val::Constant(ty::Constant::Float(_)) | &tacky::Val::Constant(ty::Constant::Double(_)) => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `ty::Type::Float` and `ty::Type::Double` not covered
[INFO] [stdout]   --> compiler/mir/src/tacky_gen.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     init: match entry.t {
[INFO] [stdout]    |                                 ^^^^^^^ patterns `ty::Type::Float` and `ty::Type::Double` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `ty::Type` defined here
[INFO] [stdout]   --> compiler/ty/src/types.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Type {
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Float,
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 10 |     // Long Doubles will be converted to Doubles like MSVC, as Rust doesn't have an equivalent type
[INFO] [stdout] 11 |     Double,
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `ty::Type`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 48 ~                         ),
[INFO] [stdout] 49 ~                         ty::Type::Float | ty::Type::Double => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mir` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&StaticInit::Float(_)` and `&StaticInit::Double(_)` not covered
[INFO] [stdout]   --> compiler/mir/src/print_tacky.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |     match init {
[INFO] [stdout]    |           ^^^^ patterns `&StaticInit::Float(_)` and `&StaticInit::Double(_)` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `StaticInit` defined here
[INFO] [stdout]   --> compiler/ty/src/types.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub enum StaticInit {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     Float(f32),
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 59 |     Double(f64)
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `&StaticInit`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 55 ~         StaticInit::ULong(i) => format!("{}ul", *i),
[INFO] [stdout] 56 ~         &StaticInit::Float(_) | &StaticInit::Double(_) => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&tacky::Val::Constant(ty::Constant::Float(_))` and `&tacky::Val::Constant(ty::Constant::Double(_))` not covered
[INFO] [stdout]    --> compiler/mir/src/print_tacky.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 |     match val {
[INFO] [stdout]     |           ^^^ patterns `&tacky::Val::Constant(ty::Constant::Float(_))` and `&tacky::Val::Constant(ty::Constant::Double(_))` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `tacky::Val` defined here
[INFO] [stdout]    --> compiler/mir/src/tacky.rs:80:10
[INFO] [stdout]     |
[INFO] [stdout]  80 | pub enum Val {
[INFO] [stdout]     |          ^^^
[INFO] [stdout]  81 |     Constant(Constant),
[INFO] [stdout]     |     --------
[INFO] [stdout]     |     |
[INFO] [stdout]     |     not covered
[INFO] [stdout]     |     not covered
[INFO] [stdout]     = note: the matched value is of type `&tacky::Val`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 186 ~         },
[INFO] [stdout] 187 +         &tacky::Val::Constant(ty::Constant::Float(_)) | &tacky::Val::Constant(ty::Constant::Double(_)) => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `ty::Type::Float` and `ty::Type::Double` not covered
[INFO] [stdout]   --> compiler/mir/src/tacky_gen.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     init: match entry.t {
[INFO] [stdout]    |                                 ^^^^^^^ patterns `ty::Type::Float` and `ty::Type::Double` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `ty::Type` defined here
[INFO] [stdout]   --> compiler/ty/src/types.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Type {
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Float,
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 10 |     // Long Doubles will be converted to Doubles like MSVC, as Rust doesn't have an equivalent type
[INFO] [stdout] 11 |     Double,
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `ty::Type`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 48 ~                         ),
[INFO] [stdout] 49 ~                         ty::Type::Float | ty::Type::Double => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mir` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27", kill_on_drop: false }`
[INFO] [stdout] c58ad05f5964f8582b6a531b4869ab2d2220d36f57ef9216ad5f00c521f66e27
