[INFO] fetching crate tsl2591 0.2.0... [INFO] documenting tsl2591-0.2.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate tsl2591 0.2.0 into /workspace/builds/worker-35/source [INFO] validating manifest of crates.io crate tsl2591 0.2.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-35/source/.cargo/config.toml [INFO] started tweaking crates.io crate tsl2591 0.2.0 [INFO] finished tweaking crates.io crate tsl2591 0.2.0 [INFO] tweaked toml for crates.io crate tsl2591 0.2.0 written to /workspace/builds/worker-35/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef6d85e9aa210a8292f3b11e4efc6434a912e24efb03f610d1db2484d1ba090d [INFO] running `Command { std: "docker" "start" "-a" "ef6d85e9aa210a8292f3b11e4efc6434a912e24efb03f610d1db2484d1ba090d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef6d85e9aa210a8292f3b11e4efc6434a912e24efb03f610d1db2484d1ba090d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef6d85e9aa210a8292f3b11e4efc6434a912e24efb03f610d1db2484d1ba090d", kill_on_drop: false }` [INFO] [stdout] ef6d85e9aa210a8292f3b11e4efc6434a912e24efb03f610d1db2484d1ba090d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b35fbdfeff955f77cea4a1156263a6c3d6869b54b4c27f3616310a6eb1a5996 [INFO] running `Command { std: "docker" "start" "-a" "5b35fbdfeff955f77cea4a1156263a6c3d6869b54b4c27f3616310a6eb1a5996", kill_on_drop: false }` [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Documenting tsl2591 v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `TSL2591_PERSIST_EVERY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | TSL2591_PERSIST_EVERY = 0x00, // Every ALS cycle generates an interrupt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591PersistEvery` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_ANY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | TSL2591_PERSIST_ANY = 0x01, // Any value outside of threshold range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591PersistAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_2` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | TSL2591_PERSIST_2 = 0x02, // 2 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_3` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | TSL2591_PERSIST_3 = 0x03, // 3 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_5` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | TSL2591_PERSIST_5 = 0x04, // 5 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_10` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:280:5 [INFO] [stdout] | [INFO] [stdout] 280 | TSL2591_PERSIST_10 = 0x05, // 10 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_15` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | TSL2591_PERSIST_15 = 0x06, // 15 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_20` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | TSL2591_PERSIST_20 = 0x07, // 20 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_25` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | TSL2591_PERSIST_25 = 0x08, // 25 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_30` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | TSL2591_PERSIST_30 = 0x09, // 30 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_35` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | TSL2591_PERSIST_35 = 0x0A, // 35 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_40` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | TSL2591_PERSIST_40 = 0x0B, // 40 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_45` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | TSL2591_PERSIST_45 = 0x0C, // 45 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_50` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | TSL2591_PERSIST_50 = 0x0D, // 50 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist50` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_55` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | TSL2591_PERSIST_55 = 0x0E, // 55 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_60` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | TSL2591_PERSIST_60 = 0x0F // 60 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist60` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "5b35fbdfeff955f77cea4a1156263a6c3d6869b54b4c27f3616310a6eb1a5996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b35fbdfeff955f77cea4a1156263a6c3d6869b54b4c27f3616310a6eb1a5996", kill_on_drop: false }` [INFO] [stdout] 5b35fbdfeff955f77cea4a1156263a6c3d6869b54b4c27f3616310a6eb1a5996 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] b8e318c9b3965b2e47ca20366182194ce7eb8a1d3458ca0060cc84902dd7119f [INFO] running `Command { std: "docker" "start" "-a" "b8e318c9b3965b2e47ca20366182194ce7eb8a1d3458ca0060cc84902dd7119f", kill_on_drop: false }` [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Documenting tsl2591 v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `TSL2591_PERSIST_EVERY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | TSL2591_PERSIST_EVERY = 0x00, // Every ALS cycle generates an interrupt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591PersistEvery` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_ANY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | TSL2591_PERSIST_ANY = 0x01, // Any value outside of threshold range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591PersistAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_2` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | TSL2591_PERSIST_2 = 0x02, // 2 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_3` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | TSL2591_PERSIST_3 = 0x03, // 3 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_5` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | TSL2591_PERSIST_5 = 0x04, // 5 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_10` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:280:5 [INFO] [stdout] | [INFO] [stdout] 280 | TSL2591_PERSIST_10 = 0x05, // 10 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_15` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | TSL2591_PERSIST_15 = 0x06, // 15 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_20` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | TSL2591_PERSIST_20 = 0x07, // 20 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_25` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | TSL2591_PERSIST_25 = 0x08, // 25 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_30` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | TSL2591_PERSIST_30 = 0x09, // 30 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_35` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | TSL2591_PERSIST_35 = 0x0A, // 35 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_40` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | TSL2591_PERSIST_40 = 0x0B, // 40 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_45` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | TSL2591_PERSIST_45 = 0x0C, // 45 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_50` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | TSL2591_PERSIST_50 = 0x0D, // 50 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist50` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_55` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | TSL2591_PERSIST_55 = 0x0E, // 55 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TSL2591_PERSIST_60` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | TSL2591_PERSIST_60 = 0x0F // 60 consecutive values out of range [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Tsl2591Persist60` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `Command { std: "docker" "inspect" "b8e318c9b3965b2e47ca20366182194ce7eb8a1d3458ca0060cc84902dd7119f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8e318c9b3965b2e47ca20366182194ce7eb8a1d3458ca0060cc84902dd7119f", kill_on_drop: false }` [INFO] [stdout] b8e318c9b3965b2e47ca20366182194ce7eb8a1d3458ca0060cc84902dd7119f