[INFO] fetching crate ss-trees 0.1.1... [INFO] checking ss-trees-0.1.1 against beta for pr-78714 [INFO] extracting crate ss-trees 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate ss-trees 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ss-trees 0.1.1 [INFO] finished tweaking crates.io crate ss-trees 0.1.1 [INFO] tweaked toml for crates.io crate ss-trees 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79547666eb0f46deb1c3684afc7878dc605b94522ec0e7a8469709b9bc7a952d [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" "79547666eb0f46deb1c3684afc7878dc605b94522ec0e7a8469709b9bc7a952d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79547666eb0f46deb1c3684afc7878dc605b94522ec0e7a8469709b9bc7a952d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79547666eb0f46deb1c3684afc7878dc605b94522ec0e7a8469709b9bc7a952d", kill_on_drop: false }` [INFO] [stdout] 79547666eb0f46deb1c3684afc7878dc605b94522ec0e7a8469709b9bc7a952d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d9e34a91c048560557a64e8166ebd49d00a468cc341993775b21d9c66ad1000 [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" "7d9e34a91c048560557a64e8166ebd49d00a468cc341993775b21d9c66ad1000", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.68 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.68 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.68 [INFO] [stderr] Checking once_cell v0.1.8 [INFO] [stderr] Checking cached v0.8.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.68 [INFO] [stderr] Checking js-sys v0.3.45 [INFO] [stderr] Checking web-sys v0.3.45 [INFO] [stderr] Checking ss-web-utils v0.1.1 [INFO] [stderr] Checking ss-trees v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(vec_remove_item)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | api: &TreeApi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:177:34 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn get_meta(&self, api: &TreeApi) -> M { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn from(api: &TreeApi, parent: &M, new: ITree) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:269:35 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn unchanged(&self, api: &TreeApi, other: &ITree) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:276:36 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn recyclable(&self, api: &TreeApi, other: &ITree) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: ITree) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:328:35 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn unchanged(&self, api: &TreeApi, other: &ILeaf) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:331:36 [INFO] [stdout] | [INFO] [stdout] 331 | pub fn recyclable(&self, api: &TreeApi, other: &ILeaf) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:334:34 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: ILeaf) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:354:35 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn unchanged(&self, api: &TreeApi, other: &INode) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:357:36 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn recyclable(&self, api: &TreeApi, other: &INode) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:360:34 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: INode) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:454:35 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn unchanged(&self, api: &TreeApi, other: &IChildren) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:464:36 [INFO] [stdout] | [INFO] [stdout] 464 | pub fn recyclable(&self, api: &TreeApi, other: &IChildren) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:474:34 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: IChildren) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:701:45 [INFO] [stdout] | [INFO] [stdout] 701 | pub fn create_tree(api: &TreeApi, parent: &M, new: ITree) -> STree [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:62:75 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn unchanged(&self, values: &IMap, api: &IMapLogic) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IMapLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:89:87 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn sync(&mut self, attached: &N, values: IMap, api: &IMapLogic) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IMapLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(vec_remove_item)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | api: &TreeApi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:177:34 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn get_meta(&self, api: &TreeApi) -> M { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn from(api: &TreeApi, parent: &M, new: ITree) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:269:35 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn unchanged(&self, api: &TreeApi, other: &ITree) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:276:36 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn recyclable(&self, api: &TreeApi, other: &ITree) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: ITree) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:328:35 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn unchanged(&self, api: &TreeApi, other: &ILeaf) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:331:36 [INFO] [stdout] | [INFO] [stdout] 331 | pub fn recyclable(&self, api: &TreeApi, other: &ILeaf) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:334:34 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: ILeaf) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:354:35 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn unchanged(&self, api: &TreeApi, other: &INode) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:357:36 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn recyclable(&self, api: &TreeApi, other: &INode) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:360:34 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: INode) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:454:35 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn unchanged(&self, api: &TreeApi, other: &IChildren) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:464:36 [INFO] [stdout] | [INFO] [stdout] 464 | pub fn recyclable(&self, api: &TreeApi, other: &IChildren) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:474:34 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn sync(&mut self, api: &TreeApi, parent: &M, new: IChildren) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tree.rs:701:45 [INFO] [stdout] | [INFO] [stdout] 701 | pub fn create_tree(api: &TreeApi, parent: &M, new: ITree) -> STree [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TreeApi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:62:75 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn unchanged(&self, values: &IMap, api: &IMapLogic) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IMapLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:89:87 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn sync(&mut self, attached: &N, values: IMap, api: &IMapLogic) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IMapLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ss-trees` [INFO] [stdout] error: aborting due to previous error; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: aborting due to previous error; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7d9e34a91c048560557a64e8166ebd49d00a468cc341993775b21d9c66ad1000", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d9e34a91c048560557a64e8166ebd49d00a468cc341993775b21d9c66ad1000", kill_on_drop: false }` [INFO] [stdout] 7d9e34a91c048560557a64e8166ebd49d00a468cc341993775b21d9c66ad1000