[INFO] fetching crate patme 0.1.0... [INFO] testing patme-0.1.0 against master#159ba8a92c9e2fa4121f106176309521f4af87e9+rustflags=-Copt-level=3 for pr-107051 [INFO] extracting crate patme 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate patme 0.1.0 on toolchain 159ba8a92c9e2fa4121f106176309521f4af87e9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate patme 0.1.0 [INFO] finished tweaking crates.io crate patme 0.1.0 [INFO] tweaked toml for crates.io crate patme 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate patme 0.1.0 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" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zbus_names v2.2.0 [INFO] [stderr] Downloaded notify-rust v4.5.8 [INFO] [stderr] Downloaded winrt-notification v0.5.1 [INFO] [stderr] Downloaded ordered-stream v0.0.1 [INFO] [stderr] Downloaded zbus_macros v2.3.2 [INFO] [stderr] Downloaded confy v0.5.0 [INFO] [stderr] Downloaded quoted_printable v0.4.5 [INFO] [stderr] Downloaded email_address v0.2.3 [INFO] [stderr] Downloaded zvariant v3.6.0 [INFO] [stderr] Downloaded zvariant_derive v3.6.0 [INFO] [stderr] Downloaded powershell_script v1.0.4 [INFO] [stderr] Downloaded zbus v2.3.2 [INFO] [stderr] Downloaded windows_x86_64_msvc v0.24.0 [INFO] [stderr] Downloaded windows_x86_64_gnu v0.24.0 [INFO] [stderr] Downloaded windows_i686_gnu v0.24.0 [INFO] [stderr] Downloaded windows_i686_msvc v0.24.0 [INFO] [stderr] Downloaded windows v0.24.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acf90fdcc320049f49208fcf47250579d5755718fb0301ee19cb6b7a495f6073 [INFO] running `Command { std: "docker" "start" "-a" "acf90fdcc320049f49208fcf47250579d5755718fb0301ee19cb6b7a495f6073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acf90fdcc320049f49208fcf47250579d5755718fb0301ee19cb6b7a495f6073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf90fdcc320049f49208fcf47250579d5755718fb0301ee19cb6b7a495f6073", kill_on_drop: false }` [INFO] [stdout] acf90fdcc320049f49208fcf47250579d5755718fb0301ee19cb6b7a495f6073 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37a9bd36fabc4a5ef927747fce8f39f40cf43956435e2b05ee590ff131acaf6a [INFO] running `Command { std: "docker" "start" "-a" "37a9bd36fabc4a5ef927747fce8f39f40cf43956435e2b05ee590ff131acaf6a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling syn v1.0.100 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling polling v2.3.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling async-io v1.9.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling async-broadcast v0.4.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling async-channel v1.7.1 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling ordered-stream v0.0.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling email-encoding v0.1.3 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling quoted_printable v0.4.5 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling email_address v0.2.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling powershell_script v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling serde_repr v0.1.9 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Compiling lettre v0.10.1 [INFO] [stderr] Compiling zvariant_derive v3.6.0 [INFO] [stderr] Compiling zbus_macros v2.3.2 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling zvariant v3.6.0 [INFO] [stderr] Compiling confy v0.5.0 [INFO] [stderr] Compiling zbus_names v2.2.0 [INFO] [stderr] Compiling zbus v2.3.2 [INFO] [stderr] Compiling notify-rust v4.5.8 [INFO] [stderr] Compiling patme v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::NotifyMethod` [INFO] [stdout] --> src/common.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | use super::NotifyMethod; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 32s [INFO] running `Command { std: "docker" "inspect" "37a9bd36fabc4a5ef927747fce8f39f40cf43956435e2b05ee590ff131acaf6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37a9bd36fabc4a5ef927747fce8f39f40cf43956435e2b05ee590ff131acaf6a", kill_on_drop: false }` [INFO] [stdout] 37a9bd36fabc4a5ef927747fce8f39f40cf43956435e2b05ee590ff131acaf6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba98e75ff435c3c87dd918cb2b0546447526eaf6c4f1f97ffd7155011a974386 [INFO] running `Command { std: "docker" "start" "-a" "ba98e75ff435c3c87dd918cb2b0546447526eaf6c4f1f97ffd7155011a974386", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stdout] warning: unused import: `super::NotifyMethod` [INFO] [stdout] --> src/common.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | use super::NotifyMethod; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling assert_cmd v2.0.4 [INFO] [stderr] Compiling patme v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `predicates::prelude::*` [INFO] [stdout] --> tests/cli.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use predicates::prelude::*; // Used for writing assertions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 16.48s [INFO] running `Command { std: "docker" "inspect" "ba98e75ff435c3c87dd918cb2b0546447526eaf6c4f1f97ffd7155011a974386", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba98e75ff435c3c87dd918cb2b0546447526eaf6c4f1f97ffd7155011a974386", kill_on_drop: false }` [INFO] [stdout] ba98e75ff435c3c87dd918cb2b0546447526eaf6c4f1f97ffd7155011a974386 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9432de0a01ed3276fe0e5c082ffcf02cd4b8d720e4b5136564772466b7d6432d [INFO] running `Command { std: "docker" "start" "-a" "9432de0a01ed3276fe0e5c082ffcf02cd4b8d720e4b5136564772466b7d6432d", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `super::NotifyMethod` [INFO] [stderr] --> src/common.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | use super::NotifyMethod; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `patme` (bin "patme") generated 1 warning (run `cargo fix --bin "patme"` to apply 1 suggestion) [INFO] [stderr] warning: unused import: `predicates::prelude::*` [INFO] [stderr] --> tests/cli.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use predicates::prelude::*; // Used for writing assertions [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] running 5 tests [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `patme` (test "cli") generated 1 warning (run `cargo fix --test "cli"` to apply 1 suggestion) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/patme-87b7860527c74cf7) [INFO] [stdout] test notify::tests::test_beep ... ignored [INFO] [stdout] test notify::tests::test_desktop ... ignored [INFO] [stdout] test notify::tests::test_echo ... ignored [INFO] [stdout] test notify::tests::test_email ... ignored [INFO] [stdout] test common::tests::test_from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-cef126b01454b29d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test help ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9432de0a01ed3276fe0e5c082ffcf02cd4b8d720e4b5136564772466b7d6432d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9432de0a01ed3276fe0e5c082ffcf02cd4b8d720e4b5136564772466b7d6432d", kill_on_drop: false }` [INFO] [stdout] 9432de0a01ed3276fe0e5c082ffcf02cd4b8d720e4b5136564772466b7d6432d