[INFO] cloning repository https://github.com/willcl-ark/bitcoin-bencher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willcl-ark/bitcoin-bencher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcl-ark%2Fbitcoin-bencher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcl-ark%2Fbitcoin-bencher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ce9d91cad71545ae02b29a00e5f678a10eb91ee [INFO] testing willcl-ark/bitcoin-bencher against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcl-ark%2Fbitcoin-bencher" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/willcl-ark/bitcoin-bencher on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/willcl-ark/bitcoin-bencher [INFO] finished tweaking git repo https://github.com/willcl-ark/bitcoin-bencher [INFO] tweaked toml for git repo https://github.com/willcl-ark/bitcoin-bencher written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/willcl-ark/bitcoin-bencher 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hashlink v0.9.0 [INFO] [stderr] Downloaded pathfinder_simd v0.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a91ae8acc37ffbcc38c32eec14777ef6ad6f9ff34f788f4d8e467d362d1256cb [INFO] running `Command { std: "docker" "start" "-a" "a91ae8acc37ffbcc38c32eec14777ef6ad6f9ff34f788f4d8e467d362d1256cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a91ae8acc37ffbcc38c32eec14777ef6ad6f9ff34f788f4d8e467d362d1256cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a91ae8acc37ffbcc38c32eec14777ef6ad6f9ff34f788f4d8e467d362d1256cb", kill_on_drop: false }` [INFO] [stdout] a91ae8acc37ffbcc38c32eec14777ef6ad6f9ff34f788f4d8e467d362d1256cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c19581e8007f93f37018572d3acb470f7df61f2d5f738e2f7e304c393ba1ef1 [INFO] running `Command { std: "docker" "start" "-a" "8c19581e8007f93f37018572d3acb470f7df61f2d5f738e2f7e304c393ba1ef1", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling proc-macro2 v1.0.80 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling cc v1.0.94 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling pathfinder_simd v0.5.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.59 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v3.2.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling freetype-sys v0.19.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling const-cstr v0.3.0 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling font-kit v0.11.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling winnow v0.6.6 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling procfs v0.16.0 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling plotters-bitmap v0.3.3 [INFO] [stderr] Compiling procfs-core v0.16.0 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling hashlink v0.9.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling ttf-parser v0.17.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling which v6.0.1 [INFO] [stderr] Compiling rusqlite v0.31.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling freetype v0.7.1 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling toml_edit v0.22.9 [INFO] [stderr] Compiling toml v0.8.12 [INFO] [stderr] Compiling bitcoin-bencher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/bench.rs:109:60 [INFO] [stdout] | [INFO] [stdout] 39 | impl<'a> Bencher<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 109 | fn process_args(&'a self, args: &'a str) -> Result> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/database.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Run { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 10 | pub id: Option, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Run` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `job_id` and `run_id` are never read [INFO] [stdout] --> src/database.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Job { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 19 | pub job_id: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | pub run_id: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Job` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s [INFO] running `Command { std: "docker" "inspect" "8c19581e8007f93f37018572d3acb470f7df61f2d5f738e2f7e304c393ba1ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c19581e8007f93f37018572d3acb470f7df61f2d5f738e2f7e304c393ba1ef1", kill_on_drop: false }` [INFO] [stdout] 8c19581e8007f93f37018572d3acb470f7df61f2d5f738e2f7e304c393ba1ef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa748141f301197194618d657db2e7754259b24a3028b9e454d655de0831e7ed [INFO] running `Command { std: "docker" "start" "-a" "aa748141f301197194618d657db2e7754259b24a3028b9e454d655de0831e7ed", kill_on_drop: false }` [INFO] [stderr] Compiling bitcoin-bencher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/bench.rs:109:60 [INFO] [stdout] | [INFO] [stdout] 39 | impl<'a> Bencher<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 109 | fn process_args(&'a self, args: &'a str) -> Result> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/database.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Run { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 10 | pub id: Option, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Run` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `job_id` and `run_id` are never read [INFO] [stdout] --> src/database.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Job { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 19 | pub job_id: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | pub run_id: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Job` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "aa748141f301197194618d657db2e7754259b24a3028b9e454d655de0831e7ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa748141f301197194618d657db2e7754259b24a3028b9e454d655de0831e7ed", kill_on_drop: false }` [INFO] [stdout] aa748141f301197194618d657db2e7754259b24a3028b9e454d655de0831e7ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] da3bceb169f05828ecc08a8c5cf9c8d728bd6536b3c34e4cc49713490a159823 [INFO] running `Command { std: "docker" "start" "-a" "da3bceb169f05828ecc08a8c5cf9c8d728bd6536b3c34e4cc49713490a159823", kill_on_drop: false }` [INFO] [stderr] warning: elided lifetime has a name [INFO] [stderr] --> src/bench.rs:109:60 [INFO] [stderr] | [INFO] [stderr] 39 | impl<'a> Bencher<'a> { [INFO] [stderr] | -- lifetime `'a` declared here [INFO] [stderr] ... [INFO] [stderr] 109 | fn process_args(&'a self, args: &'a str) -> Result> { [INFO] [stderr] | ^ this elided lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `id` is never read [INFO] [stderr] --> src/database.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Run { [INFO] [stderr] | --- field in this struct [INFO] [stderr] 10 | pub id: Option, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `Run` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `job_id` and `run_id` are never read [INFO] [stderr] --> src/database.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub struct Job { [INFO] [stderr] | --- fields in this struct [INFO] [stderr] 19 | pub job_id: i64, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 20 | pub run_id: i64, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Job` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `bitcoin-bencher` (bin "bitcoin-bencher" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bitcoin_bencher-9e24b05efd41399c) [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" "da3bceb169f05828ecc08a8c5cf9c8d728bd6536b3c34e4cc49713490a159823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da3bceb169f05828ecc08a8c5cf9c8d728bd6536b3c34e4cc49713490a159823", kill_on_drop: false }` [INFO] [stdout] da3bceb169f05828ecc08a8c5cf9c8d728bd6536b3c34e4cc49713490a159823