[INFO] cloning repository https://github.com/lauchimoon/modelcheck
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lauchimoon/modelcheck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauchimoon%2Fmodelcheck", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauchimoon%2Fmodelcheck'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6245d0f3945bf83765c5a6e029285886c2dac20
[INFO] testing lauchimoon/modelcheck against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauchimoon%2Fmodelcheck" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lauchimoon/modelcheck
[INFO] finished tweaking git repo https://github.com/lauchimoon/modelcheck
[INFO] tweaked toml for git repo https://github.com/lauchimoon/modelcheck written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lauchimoon/modelcheck on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lauchimoon/modelcheck 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-case v3.3.1
[INFO] [stderr]   Downloaded test-case-core v3.3.1
[INFO] [stderr]   Downloaded test-case-macros v3.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bbec1f758124bbfa83fba0c994a30db2564f004d9790580c462d3860af7950dd
[INFO] running `Command { std: "docker" "start" "-a" "bbec1f758124bbfa83fba0c994a30db2564f004d9790580c462d3860af7950dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbec1f758124bbfa83fba0c994a30db2564f004d9790580c462d3860af7950dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbec1f758124bbfa83fba0c994a30db2564f004d9790580c462d3860af7950dd", kill_on_drop: false }`
[INFO] [stdout] bbec1f758124bbfa83fba0c994a30db2564f004d9790580c462d3860af7950dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5dfe652e92b6f4f299bff6d3ce3f57622f789445bedc746e1ddc9e915bc61716
[INFO] running `Command { std: "docker" "start" "-a" "5dfe652e92b6f4f299bff6d3ce3f57622f789445bedc746e1ddc9e915bc61716", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling modelcheck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s
[INFO] running `Command { std: "docker" "inspect" "5dfe652e92b6f4f299bff6d3ce3f57622f789445bedc746e1ddc9e915bc61716", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dfe652e92b6f4f299bff6d3ce3f57622f789445bedc746e1ddc9e915bc61716", kill_on_drop: false }`
[INFO] [stdout] 5dfe652e92b6f4f299bff6d3ce3f57622f789445bedc746e1ddc9e915bc61716
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cad67c58218dd3c1cebb3020917257bffe10834e138fff811ae0b7ca3c7d1b4
[INFO] running `Command { std: "docker" "start" "-a" "7cad67c58218dd3c1cebb3020917257bffe10834e138fff811ae0b7ca3c7d1b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling modelcheck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.73s
[INFO] running `Command { std: "docker" "inspect" "7cad67c58218dd3c1cebb3020917257bffe10834e138fff811ae0b7ca3c7d1b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cad67c58218dd3c1cebb3020917257bffe10834e138fff811ae0b7ca3c7d1b4", kill_on_drop: false }`
[INFO] [stdout] 7cad67c58218dd3c1cebb3020917257bffe10834e138fff811ae0b7ca3c7d1b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8276a87f771adeb23dee9c1e6120bee55d80d703b7bbb40333e7bb3ba0cab752
[INFO] running `Command { std: "docker" "start" "-a" "8276a87f771adeb23dee9c1e6120bee55d80d703b7bbb40333e7bb3ba0cab752", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/modelcheck-be4cc2e5043f2a94)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/modelcheck-04a10e8df26172dc)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/001.rs (/opt/rustwide/target/debug/deps/001-db796c62d05fc87e)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_001::_afb_to_string_false_expects ... ok
[INFO] [stdout] test test_001::_ag_a_b_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_ag_a_v_b_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_ag_c_afb_to_string_false_expects ... ok
[INFO] [stdout] test test_001::_agefb_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_e_a_u_b_c_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_ef_b_c_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_ega_a_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_001::_ex_a_c_to_string_true_expects ... ok
[INFO] [stdout] test test_001::_exexc_to_string_true_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/002.rs (/opt/rustwide/target/debug/deps/002-3c18d91cb58c695d)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test test_002::_af_a_b_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_a_a_u_b_v_exagb_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_afegb_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_ag_a_af_a_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_ag_a_axa_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_afb_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_ag_a_exb_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_a_a_u_a_v_agb_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_axb_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_ag_b_afa_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_e_a_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_e_b_u_a_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_ef_a_axa_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_efagb_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_eg_b_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_ega_to_string_true_expects ... ok
[INFO] [stdout] test test_002::_ega_a_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_002::_exexa_to_string_true_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/003.rs (/opt/rustwide/target/debug/deps/003-e6ae6bfba4d08ae1)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test test_003::_a_b_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_a_exa_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_afa_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_afagb_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_ag_a_v_b_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_agb_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_axa_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_af_a_v_aga_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_e_a_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_e_b_u_ag_b_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_e_b_u_aga_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_ef_a_b_exb_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_ega_to_string_false_expects ... ok
[INFO] [stdout] test test_003::_egexb_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_exb_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_exex_b_to_string_true_expects ... ok
[INFO] [stdout] test test_003::_ef_aga_v_ag_a_to_string_true_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/004.rs (/opt/rustwide/target/debug/deps/004-64e65be626e16221)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test test_004::_a_r_u_f_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_af_p_v_f_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_afagf_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_a_r_u_p_v_q_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_af_q_r_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_afp_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_ag_p_exq_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_ag_p_aff_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_ag_f_axf_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_ag_q_efp_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_agr_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_eff_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_axr_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_ag_r_axaxr_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_egp_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_e_r_u_q_exf_to_string_false_expects ... ok
[INFO] [stdout] test test_004::_e_r_v_p_u_q_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_ag_r_v_p_v_q_v_f_to_string_true_expects ... ok
[INFO] [stdout] test test_004::_ex_p_q_to_string_false_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/005.rs (/opt/rustwide/target/debug/deps/005-d9556fb6a2df84ac)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stderr]      Running tests/006.rs (/opt/rustwide/target/debug/deps/006-11eb51d9c1ca17a0)
[INFO] [stdout] test test_005::_a_b_u_b_to_string_false_expects ... ok
[INFO] [stdout] test test_005::_afy_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_agy_to_string_false_expects ... ok
[INFO] [stdout] test test_005::_agafy_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_a_b_u_b_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_afg_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_e_b_u_r_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_eg_g_to_string_false_expects ... ok
[INFO] [stdout] test test_005::_r_axg_to_string_false_expects ... ok
[INFO] [stdout] test test_005::_y_axaxy_to_string_true_expects ... ok
[INFO] [stdout] test test_005::_r_afg_to_string_true_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_006::_a_b_u_a_v_b_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_a_b_u_a_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_af_a_ax_a_ax_a_b_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_af_a_v_b_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_ag_a_v_b_v_a_v_b_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_e_exa_u_a_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_ax_eg_a_v_egb_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_efagb_to_string_false_expects ... ok
[INFO] [stderr]    Doc-tests modelcheck
[INFO] [stdout] test test_006::_exa_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_ef_a_b_to_string_true_expects ... ok
[INFO] [stdout] test test_006::_axaxa_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_afaga_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_ag_a_ax_a_b_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_egaf_b_to_string_false_expects ... ok
[INFO] [stdout] test test_006::_afag_a_b_to_string_false_expects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8276a87f771adeb23dee9c1e6120bee55d80d703b7bbb40333e7bb3ba0cab752", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8276a87f771adeb23dee9c1e6120bee55d80d703b7bbb40333e7bb3ba0cab752", kill_on_drop: false }`
[INFO] [stdout] 8276a87f771adeb23dee9c1e6120bee55d80d703b7bbb40333e7bb3ba0cab752
