[INFO] fetching crate ogmarkup 0.99.0... [INFO] testing ogmarkup-0.99.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ogmarkup 0.99.0 into /workspace/builds/worker-111/source [INFO] validating manifest of crates.io crate ogmarkup 0.99.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ogmarkup 0.99.0 [INFO] finished tweaking crates.io crate ogmarkup 0.99.0 [INFO] tweaked toml for crates.io crate ogmarkup 0.99.0 written to /workspace/builds/worker-111/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded maud_htmlescape v0.17.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff4cb984d6db66daac4326b37e4e832a9c0eba9bfc0b60aa4cfc36ff206d295f [INFO] running `Command { std: "docker" "start" "-a" "ff4cb984d6db66daac4326b37e4e832a9c0eba9bfc0b60aa4cfc36ff206d295f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff4cb984d6db66daac4326b37e4e832a9c0eba9bfc0b60aa4cfc36ff206d295f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff4cb984d6db66daac4326b37e4e832a9c0eba9bfc0b60aa4cfc36ff206d295f", kill_on_drop: false }` [INFO] [stdout] ff4cb984d6db66daac4326b37e4e832a9c0eba9bfc0b60aa4cfc36ff206d295f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6757a4dbda4d8f9fc6bd94788006656753eb09054e629da16b7600626e17030 [INFO] running `Command { std: "docker" "start" "-a" "c6757a4dbda4d8f9fc6bd94788006656753eb09054e629da16b7600626e17030", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling ogmarkup v0.99.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.32s [INFO] running `Command { std: "docker" "inspect" "c6757a4dbda4d8f9fc6bd94788006656753eb09054e629da16b7600626e17030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6757a4dbda4d8f9fc6bd94788006656753eb09054e629da16b7600626e17030", kill_on_drop: false }` [INFO] [stdout] c6757a4dbda4d8f9fc6bd94788006656753eb09054e629da16b7600626e17030 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc756922e75f504ec0350c3357816688987fdb942f034cc4e5f6b08ebf4caf18 [INFO] running `Command { std: "docker" "start" "-a" "dc756922e75f504ec0350c3357816688987fdb942f034cc4e5f6b08ebf4caf18", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling ogmarkup v0.99.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/typography.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.70s [INFO] running `Command { std: "docker" "inspect" "dc756922e75f504ec0350c3357816688987fdb942f034cc4e5f6b08ebf4caf18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc756922e75f504ec0350c3357816688987fdb942f034cc4e5f6b08ebf4caf18", kill_on_drop: false }` [INFO] [stdout] dc756922e75f504ec0350c3357816688987fdb942f034cc4e5f6b08ebf4caf18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab8e7aeba3198afc104beb1ee87fad1877f16543e4999d064390e7e164db621b [INFO] running `Command { std: "docker" "start" "-a" "ab8e7aeba3198afc104beb1ee87fad1877f16543e4999d064390e7e164db621b", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | fn decide(&self, &Mark) -> (Space, Space); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | fn output(&self, &Mark) -> &'static str; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Mark` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | fn open_dialog(&self, PreviousDialogue) -> Option<&'static Atom<'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PreviousDialogue` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/typography.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | fn close_dialog(&self, bool) -> Option<&'static Atom<'static>>; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `ogmarkup` (lib) generated 4 warnings [INFO] [stderr] warning: `ogmarkup` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ogmarkup-5608718f307bf2fa) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test generator::test::test_generation ... ok [INFO] [stdout] test test_atom ... ok [INFO] [stdout] test test_component ... ok [INFO] [stdout] test test_empty_document ... ok [INFO] [stdout] test test_document ... ok [INFO] [stdout] test test_document_with_leading_ws ... ok [INFO] [stdout] test test_incomplete_aside ... ok [INFO] [stdout] test test_recovery ... ok [INFO] [stdout] test test_format ... ok [INFO] [stdout] test test_paragraph ... ok [INFO] [stdout] test test_reply ... ok [INFO] [stdout] test test_white_spaces ... ok [INFO] [stdout] test test_section ... ok [INFO] [stderr] Doc-tests ogmarkup [INFO] [stdout] test test_render ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "ab8e7aeba3198afc104beb1ee87fad1877f16543e4999d064390e7e164db621b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8e7aeba3198afc104beb1ee87fad1877f16543e4999d064390e7e164db621b", kill_on_drop: false }` [INFO] [stdout] ab8e7aeba3198afc104beb1ee87fad1877f16543e4999d064390e7e164db621b